summaryrefslogtreecommitdiff
path: root/fakelocation/fakelocationdemo/src/main
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 /fakelocation/fakelocationdemo/src/main
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 'fakelocation/fakelocationdemo/src/main')
-rw-r--r--fakelocation/fakelocationdemo/src/main/AndroidManifest.xml2
-rw-r--r--fakelocation/fakelocationdemo/src/main/res/values/themes.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml b/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml
index 202599a..497f27b 100644
--- a/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml
+++ b/fakelocation/fakelocationdemo/src/main/AndroidManifest.xml
@@ -26,7 +26,7 @@
<application
android:allowBackup="true"
android:label="@string/app_name"
- android:theme="@style/Theme.PrivacyCentralApp"
+ android:theme="@style/Theme.AdvancedPrivacy"
>
<activity
android:exported="true"
diff --git a/fakelocation/fakelocationdemo/src/main/res/values/themes.xml b/fakelocation/fakelocationdemo/src/main/res/values/themes.xml
index 9ce6d28..58e96a0 100644
--- a/fakelocation/fakelocationdemo/src/main/res/values/themes.xml
+++ b/fakelocation/fakelocationdemo/src/main/res/values/themes.xml
@@ -17,7 +17,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
- <style name="Theme.PrivacyCentralApp" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
+ <style name="Theme.AdvancedPrivacy" parent="Theme.MaterialComponents.DayNight.DarkActionBar">
<!-- Primary brand color. -->
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>