diff options
| author | Amit Kumar <amitkma@e.email> | 2021-06-16 01:57:50 +0530 |
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-06-16 01:59:39 +0530 |
| commit | e40866d03008ec6dafa0016a31ee4c9e820032df (patch) | |
| tree | 6e0a1b73b1c0e87f8c46504b6ac6882ab5fc35fc /app/src/main/res/layout/fragment_fake_location.xml | |
| parent | f4fe8a4d881deef7e43ffe296df804c8c2c7a657 (diff) | |
| download | advanced-privacy-e40866d03008ec6dafa0016a31ee4c9e820032df.tar.gz | |
Fix UI bugs and reformat code
Diffstat (limited to 'app/src/main/res/layout/fragment_fake_location.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 6 |
1 files changed, 3 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 40324a1..d60513b 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -8,7 +8,7 @@ android:layout_width="match_parent" > - <include layout="@layout/topbar"/> + <include layout="@layout/topbar" /> <androidx.core.widget.NestedScrollView android:layout_height="match_parent" @@ -18,9 +18,9 @@ <LinearLayout android:layout_height="match_parent" + android:layout_marginBottom="32dp" android:layout_width="match_parent" android:orientation="vertical" - android:layout_marginBottom="32dp" tools:context=".main.MainActivity" > @@ -29,9 +29,9 @@ android:layout_gravity="center_horizontal" android:layout_height="wrap_content" android:layout_width="match_parent" - android:paddingTop="16dp" android:paddingLeft="32dp" android:paddingRight="32dp" + android:paddingTop="16dp" android:text="@string/fake_location_info" android:textColor="@color/black" android:textSize="14sp" |
