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 | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/app/src/main/res/layout/fragment_fake_location.xml b/app/src/main/res/layout/fragment_fake_location.xml index dd375af..3c709e9 100644 --- a/app/src/main/res/layout/fragment_fake_location.xml +++ b/app/src/main/res/layout/fragment_fake_location.xml @@ -41,7 +41,7 @@                  android:layout_marginTop="16dp"                  > -                <foundation.e.privacycentralapp.common.RightRadioButton +                <foundation.e.advancedprivacy.common.RightRadioButton                      android:id="@+id/radio_use_real_location"                      android:layout_height="52dp"                      android:layout_width="match_parent" @@ -49,7 +49,7 @@                      android:textSize="14sp"                      /> -                <foundation.e.privacycentralapp.common.RightRadioButton +                <foundation.e.advancedprivacy.common.RightRadioButton                      android:id="@+id/radio_use_random_location"                      android:layout_height="52dp"                      android:layout_width="match_parent" @@ -57,7 +57,7 @@                      android:textSize="14sp"                      /> -                <foundation.e.privacycentralapp.common.RightRadioButton +                <foundation.e.advancedprivacy.common.RightRadioButton                      android:id="@+id/radio_use_specific_location"                      android:layout_height="52dp"                      android:layout_width="match_parent" @@ -72,7 +72,7 @@                  android:layout_height="220dp"                  android:layout_width="match_parent"                  > -                <foundation.e.privacycentralapp.features.location.FakeLocationMapView +                <foundation.e.advancedprivacy.features.location.FakeLocationMapView                      android:id="@+id/mapView"                      android:layout_height="match_parent"                      android:layout_width="match_parent" | 
