Fixed dark theme in landscape mode. Display the host of the url when the post is a link.

This commit is contained in:
Alex Ning
2019-06-06 16:11:22 +08:00
parent fe4ba7501e
commit d7a90b5397
3 changed files with 70 additions and 53 deletions

View File

@@ -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>