diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-06 08:11:22 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-06 08:11:22 +0000 |
commit | d7a90b53970416ae7fe5df34270924fc5191e009 (patch) | |
tree | 325682a8e489df810054c7b42cd2cd9d46339cff /app/src/main/res/values-land-v28 | |
parent | fe4ba7501e25a47db5f2fa20029c2bdbce4b7a11 (diff) | |
download | infinity-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.xml | 4 |
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 |