summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-09 06:00:43 +0000
committerGuillaume Jacquart <guillaume.jacquart@hoodbrains.com>2023-05-09 06:00:43 +0000
commit5a432ecde520ee039786848296e5227571404158 (patch)
tree077eafb42d5d2d18b2ffc03bc93d9a8654377774 /app/src/main/res
parenta348c8196a643e4f5853587133b05e3ec2cd0faa (diff)
parenta8874167f663885f2d3371801cf03681576ac817 (diff)
Merge branch '1200-move_package_to_advanced_privacy' into 'main'
1200: rename everything to AdvancedPrivacy See merge request e/os/advanced-privacy!128
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/fragment_fake_location.xml8
-rw-r--r--app/src/main/res/layout/ipscrambling_item_selectmode.xml2
-rw-r--r--app/src/main/res/values/themes.xml4
3 files changed, 7 insertions, 7 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"
diff --git a/app/src/main/res/layout/ipscrambling_item_selectmode.xml b/app/src/main/res/layout/ipscrambling_item_selectmode.xml
index a012f6d..0ce0cc4 100644
--- a/app/src/main/res/layout/ipscrambling_item_selectmode.xml
+++ b/app/src/main/res/layout/ipscrambling_item_selectmode.xml
@@ -27,7 +27,7 @@
android:layout_width="match_parent"
android:layout_height="88dp"
>
- <foundation.e.privacycentralapp.common.RightRadioButton
+ <foundation.e.advancedprivacy.common.RightRadioButton
android:id="@+id/radiobutton"
android:layout_height="match_parent"
android:layout_width="match_parent"
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 7047f3f..d60d1dc 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
- <style name="Theme.PrivacyCentralApp" parent="Theme.MaterialComponents.DayNight.NoActionBar">
+ <style name="Theme.AdvancedPrivacy" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/accent</item>
<item name="colorAccent">@color/accent</item>
@@ -17,7 +17,7 @@
</style>
- <style name="Theme.InvisibleActivity" parent="Theme.PrivacyCentralApp">
+ <style name="Theme.InvisibleActivity" parent="Theme.AdvancedPrivacy">
<item name="android:windowFrame">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item>