From 5a2fd2018fb6f05a3f9cb2e9cf4c6c2d6784e6e8 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 29 Jul 2016 16:10:29 -0300 Subject: [PATCH] Fix Chevron in Forum sometimes losing its Blue Color --- briar-android/res/drawable/chevron48dp_down.xml | 11 ++++++++--- briar-android/res/drawable/chevron48dp_up.xml | 11 ++++++++--- briar-android/res/drawable/selector_chevron.xml | 2 +- briar-android/res/layout/forum_discussion_cell.xml | 4 +--- 4 files changed, 18 insertions(+), 10 deletions(-) diff --git a/briar-android/res/drawable/chevron48dp_down.xml b/briar-android/res/drawable/chevron48dp_down.xml index 16dd3cd9d..6f1f305df 100644 --- a/briar-android/res/drawable/chevron48dp_down.xml +++ b/briar-android/res/drawable/chevron48dp_down.xml @@ -1,4 +1,9 @@ - - + + diff --git a/briar-android/res/drawable/chevron48dp_up.xml b/briar-android/res/drawable/chevron48dp_up.xml index 7d59523a9..50894206e 100644 --- a/briar-android/res/drawable/chevron48dp_up.xml +++ b/briar-android/res/drawable/chevron48dp_up.xml @@ -1,4 +1,9 @@ - - + + diff --git a/briar-android/res/drawable/selector_chevron.xml b/briar-android/res/drawable/selector_chevron.xml index bc08694ba..f3a72a87d 100644 --- a/briar-android/res/drawable/selector_chevron.xml +++ b/briar-android/res/drawable/selector_chevron.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/briar-android/res/layout/forum_discussion_cell.xml b/briar-android/res/layout/forum_discussion_cell.xml index c8dd79dd6..fc6e1a20a 100644 --- a/briar-android/res/layout/forum_discussion_cell.xml +++ b/briar-android/res/layout/forum_discussion_cell.xml @@ -148,9 +148,7 @@ android:layout_marginRight="@dimen/margin_medium" android:layout_marginTop="@dimen/margin_small" android:clickable="true" - android:src="@drawable/selector_chevron" - android:tint="@color/briar_button_positive" - /> + android:src="@drawable/selector_chevron"/>