From 4be8bd4d18f2eb7d354f1dd389af093cd90a1a55 Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 27 Jan 2019 01:13:12 -0500 Subject: [PATCH] Use proper arrow colors --- app/src/full/res/layout/list_item_policy.xml | 2 +- app/src/full/res/layout/list_item_sulog_group.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/full/res/layout/list_item_policy.xml b/app/src/full/res/layout/list_item_policy.xml index a94fbeac2..c68557c7d 100644 --- a/app/src/full/res/layout/list_item_policy.xml +++ b/app/src/full/res/layout/list_item_policy.xml @@ -72,7 +72,7 @@ android:layout_width="20dp" android:layout_height="20dp" android:layout_marginStart="5dp" - android:tint="@color/icon_grey" + android:tint="?attr/imageColorTint" app:layout_constraintBottom_toBottomOf="@+id/package_name" app:layout_constraintEnd_toEndOf="@+id/app_name" app:layout_constraintStart_toEndOf="@+id/package_name" diff --git a/app/src/full/res/layout/list_item_sulog_group.xml b/app/src/full/res/layout/list_item_sulog_group.xml index 9e46653f1..baffe09be 100644 --- a/app/src/full/res/layout/list_item_sulog_group.xml +++ b/app/src/full/res/layout/list_item_sulog_group.xml @@ -14,6 +14,7 @@ android:layout_width="wrap_content" android:layout_height="25dp" android:layout_marginEnd="10dp" + android:tint="?attr/imageColorTint" app:srcCompat="@drawable/ic_arrow" />