Fixed UI problems introduced by dark theme.

This commit is contained in:
Alex Ning
2019-06-05 11:25:05 +08:00
parent c8d1a9e37a
commit 7d8c497c77
17 changed files with 27 additions and 35 deletions

View File

@@ -50,7 +50,7 @@
android:layout_height="24dp"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
android:tint="@color/textColorPrimaryDark"
android:tint="@color/backgroundColorPrimaryDark"
android:visibility="gone"
app:layout_constraintStart_toEndOf="@id/subreddit_icon_name_linear_layout_view_item_best_post"
app:layout_constraintEnd_toStartOf="@+id/post_time_text_view_best_post_item"

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#242424</color>
<color name="colorPrimaryDark">#141414</color>
<color name="colorPrimaryDark">#121212</color>
<color name="colorAccent">#FF4081</color>
<color name="minusButtonColor">#E91E63</color>
@@ -20,7 +20,7 @@
<color name="grey">#424242</color>
<color name="backgroundColor">#181818</color>
<color name="backgroundColor">#121212</color>
<color name="backgroundColorPrimaryDark">#1976D2</color>
<color name="backgroundColorPrimaryDark">#1565C0</color>
</resources>

View File

@@ -14,7 +14,7 @@
<color name="textColorPrimaryDark">@color/colorPrimaryDark</color>
<color name="circularProgressBarBackground">#242424</color>
<color name="circularProgressBarBackground">#FFFFFF</color>
<color name="dividerColor">#E0E0E0</color>