aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout/fragment_fake_location.xml
diff options
context:
space:
mode:
authorAmit Kumar <amitkma@e.email>2021-05-14 21:20:57 +0530
committerAmit Kumar <amitkma@e.email>2021-05-14 21:20:57 +0530
commitda842396556248654acacfdebbc01f5e20132eb6 (patch)
treef2953fe0c56fea020869d0dfed77f3a4e851d434 /app/src/main/res/layout/fragment_fake_location.xml
parent7c02e9a048319c10d7396e7ec094c368f27273fd (diff)
downloadadvanced-privacy-da842396556248654acacfdebbc01f5e20132eb6.tar.gz
Extract toolbar implementation and add back navigation support
Diffstat (limited to 'app/src/main/res/layout/fragment_fake_location.xml')
-rw-r--r--app/src/main/res/layout/fragment_fake_location.xml23
1 files changed, 1 insertions, 22 deletions
diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml
index 7d32bfa..de62537 100644
--- a/app/src/main/res/layout/fragment_fake_location.xml
+++ b/app/src/main/res/layout/fragment_fake_location.xml
@@ -8,14 +8,7 @@
android:layout_width="match_parent"
>
- <Toolbar
- android:background="@color/white"
- android:id="@+id/toolbar"
- android:layout_gravity="top|center"
- android:layout_height="?android:attr/actionBarSize"
- android:layout_width="match_parent"
- tools:layout_height="56dp"
- />
+ <include layout="@layout/toolbar"/>
<androidx.core.widget.NestedScrollView
android:layout_height="match_parent"
@@ -57,20 +50,6 @@
android:textSize="14sp"
/>
- <TextView
- android:fontFamily="sans-serif-medium"
- android:id="@+id/my_location_header"
- android:layout_height="wrap_content"
- 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"
- />
-
<RadioGroup
android:id="@+id/location_choices"
android:layout_height="wrap_content"