From 66cc2def90808f67cceff35f35188c70d890953f Mon Sep 17 00:00:00 2001 From: Fan Zhang Date: Thu, 28 Jul 2016 10:49:38 -0700 Subject: [PATCH] Add non-transparent background to dashboard items. Bug: 30297664 In previous CL I missed the background on this tile. Change-Id: I87b1716dbcb0f79c6f7532f3ac2397feb3b4dfd0 --- res/layout/dashboard_tile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/dashboard_tile.xml b/res/layout/dashboard_tile.xml index 1ec17300598..0e06d18cdad 100644 --- a/res/layout/dashboard_tile.xml +++ b/res/layout/dashboard_tile.xml @@ -19,7 +19,7 @@ android:id="@+id/dashboard_tile" android:layout_width="match_parent" android:layout_height="wrap_content" - android:background="?android:attr/selectableItemBackground" + android:background="@drawable/selectable_card" android:gravity="center_vertical" android:minHeight="@dimen/dashboard_tile_minimum_height" android:clickable="true"