aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/styles.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2020-09-12 06:58:07 +0000
committerAlex Ning <chineseperson5@gmail.com>2020-09-12 06:58:07 +0000
commit52ee70a57e988eb1cd3c6018a954278323e523ce (patch)
tree047f795a628d53d6d60dba506aff2c5c32102e6e /app/src/main/res/values/styles.xml
parentfc1b1ae58546861edd8f745fee9e807a13d8629a (diff)
downloadinfinity-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.xml4
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>