aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-land-v28
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-06-06 08:11:22 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-06-06 08:11:22 +0000
commitd7a90b53970416ae7fe5df34270924fc5191e009 (patch)
tree325682a8e489df810054c7b42cd2cd9d46339cff /app/src/main/res/values-land-v28
parentfe4ba7501e25a47db5f2fa20029c2bdbce4b7a11 (diff)
downloadinfinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar.gz
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar.bz2
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar.lz
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar.xz
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.tar.zst
infinity-for-reddit-d7a90b53970416ae7fe5df34270924fc5191e009.zip
Fixed dark theme in landscape mode. Display the host of the url when the post is a link.
Diffstat (limited to 'app/src/main/res/values-land-v28')
-rw-r--r--app/src/main/res/values-land-v28/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/values-land-v28/styles.xml b/app/src/main/res/values-land-v28/styles.xml
index 752c9c87..04622bf5 100644
--- a/app/src/main/res/values-land-v28/styles.xml
+++ b/app/src/main/res/values-land-v28/styles.xml
@@ -1,7 +1,6 @@
-<?xml version="1.0" encoding="utf-8"?>
<resources>
- <style name="AppTheme" parent="Theme.MaterialComponents.Light">
+ <style name="AppTheme" parent="Theme.MaterialComponents.DayNight">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
@@ -10,4 +9,5 @@
<item name="android:navigationBarColor">@android:color/black</item>
<item name="android:textColorPrimary">@android:color/white</item>
</style>
+
</resources> \ No newline at end of file