From 68cfa7a532fdd815fe9c795e893edbedefdca980 Mon Sep 17 00:00:00 2001 From: Adrian Ulrich Date: Thu, 7 Jan 2016 10:02:35 +0100 Subject: [PATCH] Remove tint from api-21 menu button This silences warnings about unresolved attributes as we are NOT going to use the v21 api getDrawable(int, theme); call until we drop ICS support --- res/drawable-v21/ic_menu_moreoverflow.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/drawable-v21/ic_menu_moreoverflow.xml b/res/drawable-v21/ic_menu_moreoverflow.xml index 7483126d..b65be4ee 100644 --- a/res/drawable-v21/ic_menu_moreoverflow.xml +++ b/res/drawable-v21/ic_menu_moreoverflow.xml @@ -17,8 +17,7 @@ Copyright (C) 2014 The Android Open Source Project android:width="24dp" android:height="24dp" android:viewportWidth="24.0" - android:viewportHeight="24.0" - android:tint="?android:attr/colorControlNormal"> + android:viewportHeight="24.0">