From bd71f0ff5f50f612809c823e90f946a4f3ed3952 Mon Sep 17 00:00:00 2001 From: Karim Abou Zeid Date: Thu, 24 Dec 2015 18:44:27 +0100 Subject: [PATCH] Fixed tinting alpha of the list items drag view not being applied --- app/src/main/res/layout/item_list.xml | 1 + app/src/main/res/layout/item_list_single_row.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/app/src/main/res/layout/item_list.xml b/app/src/main/res/layout/item_list.xml index 54c1c7a6..37c21b9f 100644 --- a/app/src/main/res/layout/item_list.xml +++ b/app/src/main/res/layout/item_list.xml @@ -16,6 +16,7 @@ android:src="@drawable/ic_drag_vertical_white_24dp" android:tint="?icon_color" android:visibility="gone" + android:tintMode="src_in" tools:ignore="ContentDescription" />