diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-05 03:25:05 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-05 03:25:05 +0000 |
commit | 7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9 (patch) | |
tree | eb25a27a976d1f4c80943af1e0c9276e57285a49 /app/src/main/res/layout/item_post.xml | |
parent | c8d1a9e37ada68835838440ce7c25b0ee96798b5 (diff) | |
download | infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.gz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.bz2 infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.lz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.xz infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.tar.zst infinity-for-reddit-7d8c497c77683a249f9fe9c80d7e9b80d9ff39a9.zip |
Fixed UI problems introduced by dark theme.
Diffstat (limited to 'app/src/main/res/layout/item_post.xml')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout/item_post.xml b/app/src/main/res/layout/item_post.xml index 8f1beb79..6f09b7e7 100644 --- a/app/src/main/res/layout/item_post.xml +++ b/app/src/main/res/layout/item_post.xml @@ -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" |