From 68a4406c6cbc5c6956dc05edf4ee30f074ed9efd Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Wed, 12 May 2021 17:59:52 +0530 Subject: Remove 32dp padding from mapview --- app/src/main/res/layout/fragment_fake_location.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'app/src/main') diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index d67a981..7d32bfa 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -28,8 +28,6 @@ android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical" - android:paddingLeft="32dp" - android:paddingRight="32dp" tools:context=".main.MainActivity" > @@ -39,6 +37,8 @@ android:layout_height="wrap_content" android:layout_width="match_parent" android:paddingTop="16dp" + android:paddingLeft="32dp" + android:paddingRight="32dp" android:text="@string/fake_location_info" android:textColor="@color/black" android:textSize="14sp" @@ -50,6 +50,8 @@ android:id="@+id/learn_more_fake_location" android:layout_height="48dp" android:layout_width="wrap_content" + android:paddingLeft="32dp" + android:paddingRight="32dp" android:text="@string/learn_more" android:textColor="#007fff" android:textSize="14sp" @@ -62,6 +64,8 @@ android:layout_width="wrap_content" android:paddingBottom="8dp" android:paddingTop="16dp" + android:paddingLeft="32dp" + android:paddingRight="32dp" android:text="@string/my_location_title" android:textColor="@color/black" android:textSize="14sp" @@ -72,6 +76,8 @@ android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="vertical" + android:paddingLeft="32dp" + android:paddingRight="32dp" >