From 79f370678523206e88787b211f09483be32ccbdd Mon Sep 17 00:00:00 2001 From: Jason Monk Date: Wed, 13 Apr 2016 12:24:54 -0400 Subject: [PATCH] Settings dashboard tablet fixes Change-Id: I21b306f6932af4fc2c5b79feeba60cdd820e2b8a Fixes: 27834674 --- res/layout/dashboard_category.xml | 3 ++- res/layout/dashboard_tile.xml | 3 ++- src/com/android/settings/dashboard/DashboardDecorator.java | 6 ++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/res/layout/dashboard_category.xml b/res/layout/dashboard_category.xml index b3500b2870b..7019a9c3195 100644 --- a/res/layout/dashboard_category.xml +++ b/res/layout/dashboard_category.xml @@ -21,7 +21,8 @@ android:orientation="vertical" android:paddingBottom="8dip" android:background="@color/card_background" - android:importantForAccessibility="noHideDescendants"> + android:importantForAccessibility="noHideDescendants" + android:elevation="@dimen/dashboard_category_elevation" > + android:background="@drawable/selectable_card" + android:elevation="@dimen/dashboard_category_elevation" >