diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values-night/colors.xml | 6 | ||||
-rw-r--r-- | app/src/main/res/values/colors.xml | 2 |
3 files changed, 5 insertions, 5 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" diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml index 8e2257d5..6b6e8290 100644 --- a/app/src/main/res/values-night/colors.xml +++ b/app/src/main/res/values-night/colors.xml @@ -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> diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml index a4943718..1112f7b3 100644 --- a/app/src/main/res/values/colors.xml +++ b/app/src/main/res/values/colors.xml @@ -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> |