diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-16 12:35:31 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-16 12:35:31 +0000 |
commit | 9979c91b3cc58a13e72e84208d1b79f71ee0dc50 (patch) | |
tree | 244197868e2a5e13d7aaa48c7973cf6298b3c650 /app/src/main/res/values/styles.xml | |
parent | 350acdb5009c5fdca5c19727ede88bf123b44f6d (diff) | |
download | infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar.gz infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar.bz2 infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar.lz infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar.xz infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.tar.zst infinity-for-reddit-9979c91b3cc58a13e72e84208d1b79f71ee0dc50.zip |
Remove some unused resources.
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 30c3ab36..eb4714b0 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -23,10 +23,6 @@ <item name="android:statusBarColor">@android:color/transparent</item> </style> - <style name="AppTheme.NoActionBarWithTranslucentWindow" parent="AppTheme.NoActionBarWithTransparentStatusBar"> - <item name="android:windowTranslucentStatus">true</item> - </style> - <style name="AppTheme.Slidable" parent="AppTheme.NoActionBar"> <item name="android:windowIsTranslucent">true</item> <item name="android:windowBackground">@android:color/transparent</item> @@ -59,13 +55,6 @@ <style name="AppTheme.PopupOverlay" parent="ThemeOverlay.AppCompat.DayNight" /> - <style name="CustomTabLayout" parent="Widget.Design.TabLayout"> - <item name="tabIndicatorColor">@android:color/white</item> - <item name="tabIndicatorHeight">3dp</item> - <item name="tabBackground">?attr/selectableItemBackground</item> - <item name="tabSelectedTextColor">@android:color/white</item> - </style> - <style name="MaterialAlertDialogTheme" parent="ThemeOverlay.MaterialComponents.MaterialAlertDialog"> <item name="android:textSize">?attr/font_default</item> <item name="android:background">?attr/cardViewBackgroundColor</item> |