Add non-transparent background to dashboard items.

Bug: 30297664

In previous CL I missed the background on this tile.

Change-Id: I87b1716dbcb0f79c6f7532f3ac2397feb3b4dfd0
This commit is contained in:
Fan Zhang
2016-07-28 10:49:38 -07:00
parent 3edc1645a5
commit 66cc2def90

View File

@@ -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"