diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-09-12 06:58:07 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-09-12 06:58:07 +0000 |
commit | 52ee70a57e988eb1cd3c6018a954278323e523ce (patch) | |
tree | 047f795a628d53d6d60dba506aff2c5c32102e6e /app/src/main/res/values/styles.xml | |
parent | fc1b1ae58546861edd8f745fee9e807a13d8629a (diff) | |
download | infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar.gz infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar.bz2 infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar.lz infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar.xz infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.tar.zst infinity-for-reddit-52ee70a57e988eb1cd3c6018a954278323e523ce.zip |
Fix Immersive Interface on Android R. Set targetSdkVersion and compileSdkVersion to 30.
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index ccf3e1a3..30c3ab36 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -43,10 +43,6 @@ <item name="android:windowTranslucentStatus">true</item> </style> - <style name="AppTheme.SlidableWithTransparentStatusBar" parent="AppTheme.Slidable"> - <item name="android:statusBarColor">@android:color/transparent</item> - </style> - <style name="AppTheme.Draggable" parent="AppTheme"> <item name="android:colorBackgroundCacheHint">@null</item> <item name="android:windowContentOverlay">@null</item> |