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"