diff options
Diffstat (limited to 'app/src/main/res/layout/fragment_fake_location.xml')
| -rw-r--r-- | app/src/main/res/layout/fragment_fake_location.xml | 23 | 
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" | 
