diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 12:13:14 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-06 12:13:14 +0300 |
| commit | 78155e9c3640b5ada6f2c5982db01fb0ea7e768b (patch) | |
| tree | 7fcc9881645df018110ad0290428f95f882a8c39 /org.fox.ttrss/src/main/res/values-v21 | |
| parent | e3f504940d98377de3d7eab5e938c806d67fe8e2 (diff) | |
switch to material3 theme, switch some headline imageviews to material buttons, theme cleanup
Diffstat (limited to 'org.fox.ttrss/src/main/res/values-v21')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/values-v21/style.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/org.fox.ttrss/src/main/res/values-v21/style.xml b/org.fox.ttrss/src/main/res/values-v21/style.xml deleted file mode 100755 index 3e26f96f..00000000 --- a/org.fox.ttrss/src/main/res/values-v21/style.xml +++ /dev/null @@ -1,20 +0,0 @@ -<resources xmlns:android="http://schemas.android.com/apk/res/android"> - <style name="AppTheme.Base" parent="Theme.AppCompat.DayNight.NoActionBar"> - <item name="android:windowDrawsSystemBarBackgrounds">true</item> - <item name="android:statusBarColor">@android:color/transparent</item> - <item name="android:windowBackground">@color/window_background</item> - <item name="windowActionBar">false</item> - <item name="windowNoTitle">true</item> - </style> - - <!-- <style name="DarkTheme.Base" parent="Theme.AppCompat.NoActionBar"> - <item name="android:windowDrawsSystemBarBackgrounds">true</item> - <item name="android:statusBarColor">@android:color/transparent</item> - <item name="android:windowBackground">@color/window_background_dark</item> - <item name="android:navigationBarColor">@android:color/black</item> - </style> --> - - <style name="DarkDialogTheme" parent="android:Theme.Material.Dialog"> - </style> - -</resources>
\ No newline at end of file |