From 39490546d37db544caf489a9c19e4a793131fe58 Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Fri, 9 May 2014 16:53:20 -0700 Subject: Add touch feedback and focus on Dashboard tiles - use a touch-feedback background - declare DashboardTileView as focusable Change-Id: I67ae19cd20374e531660232034528c995f595900 --- res/layout/dashboard_tile.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'res/layout') diff --git a/res/layout/dashboard_tile.xml b/res/layout/dashboard_tile.xml index 03b4b09..7b61d17 100644 --- a/res/layout/dashboard_tile.xml +++ b/res/layout/dashboard_tile.xml @@ -19,8 +19,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:gravity="center_vertical" - android:minHeight="72dp" - android:background="@android:color/white"> + android:minHeight="72dp" >