diff options
-rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 16 |
1 files changed, 13 insertions, 3 deletions
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" > <foundation.e.privacycentralapp.common.RightRadioButton @@ -103,7 +109,7 @@ <foundation.e.privacycentralapp.features.location.FakeLocationMapView android:id="@+id/mapView" android:layout_height="240dp" - android:layout_marginBottom="32dp" + android:layout_marginBottom="16dp" android:layout_marginTop="32dp" android:layout_width="match_parent" mapbox:mapbox_cameraZoom="8" @@ -115,6 +121,8 @@ android:id="@+id/edittext_longitude" android:layout_height="wrap_content" android:layout_width="match_parent" + android:paddingLeft="32dp" + android:paddingRight="32dp" > <com.google.android.material.textfield.TextInputEditText @@ -131,6 +139,8 @@ android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_width="match_parent" + android:paddingLeft="32dp" + android:paddingRight="32dp" > <com.google.android.material.textfield.TextInputEditText |