From ab60fe2a148af2b3cc0c55ae0e8ef2dc444f2b41 Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 14 Aug 2015 08:46:08 -0400 Subject: [PATCH] Use a button style that visibly shows when the button is disabled. Bug: 21199007 Change-Id: I5bcfa4cfcc7b39eaadae8b8af4c13591f497fee8 --- res/layout/single_button_panel.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/res/layout/single_button_panel.xml b/res/layout/single_button_panel.xml index 348f7ce91a2..1ff547078ff 100755 --- a/res/layout/single_button_panel.xml +++ b/res/layout/single_button_panel.xml @@ -34,8 +34,7 @@ android:layout_weight="0.4" android:layout_height="wrap_content" android:layout_gravity="center_vertical" - android:backgroundTint="?android:attr/colorAccent" - android:textColor="@android:color/white" /> + style="@android:style/Widget.Material.Button.Colored" />