From 14557b4d8eeedb9bf43729163c92421e25a30296 Mon Sep 17 00:00:00 2001 From: Yash Khare Date: Mon, 24 Feb 2020 17:04:39 +0530 Subject: [PATCH] Fix #1792 Change color of arrow to be grey --- core/src/main/res/layout/item_help.xml | 2 +- core/src/main/res/values/colors.xml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/res/layout/item_help.xml b/core/src/main/res/layout/item_help.xml index 0a155b24f..fde48ee52 100644 --- a/core/src/main/res/layout/item_help.xml +++ b/core/src/main/res/layout/item_help.xml @@ -21,7 +21,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:contentDescription="@string/expand" - android:tint="@color/icons" + android:tint="?colorOnSurface" app:layout_constraintBottom_toBottomOf="@id/item_help_title" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintTop_toTopOf="@id/item_help_title" diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml index bd94f2507..0e9fd259f 100644 --- a/core/src/main/res/values/colors.xml +++ b/core/src/main/res/values/colors.xml @@ -3,7 +3,6 @@ #000000 #2196F3 - #212121 #fafafa #212121 #5a5a5a