summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-07 07:03:44 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-07 07:03:44 +0300
commit695fa66d417e0f00db1c20c6034201079340b4d5 (patch)
tree983fc47778c5e1ebbb7d9c298a917b1b4dddd3e7 /org.fox.ttrss/src/main/AndroidManifest.xml
parent9fb5dc49ef49405224e36f9bb4cad48c8d5c44e4 (diff)
switch to static material3 colorset
Diffstat (limited to 'org.fox.ttrss/src/main/AndroidManifest.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/AndroidManifest.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/AndroidManifest.xml b/org.fox.ttrss/src/main/AndroidManifest.xml
index b5da6cd3..b79e3b05 100755
--- a/org.fox.ttrss/src/main/AndroidManifest.xml
+++ b/org.fox.ttrss/src/main/AndroidManifest.xml
@@ -98,7 +98,7 @@
android:excludeFromRecents="true"
android:label="@string/app_name"
android:exported="true"
- android:theme="@style/DarkDialogTheme" >
+ android:theme="@style/MaterialAlertDialog.Material3" >
<intent-filter>
<action android:name="android.intent.action.SEND" />
@@ -112,7 +112,7 @@
android:excludeFromRecents="true"
android:label="@string/subscribe_name"
android:exported="true"
- android:theme="@style/DarkDialogTheme" >
+ android:theme="@style/MaterialAlertDialog.Material3" >
<intent-filter>
<action android:name="android.intent.action.SEND" />