From bd808530dbfa765a33fa4fbfce46d1e0fcfcc5ca Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Wed, 8 Apr 2015 11:07:53 -0700 Subject: Temporarily tweaking the all apps layout to fit the screen on tablets. Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832 --- res/layout-sw600dp/apps_view.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'res/layout-sw600dp/apps_view.xml') diff --git a/res/layout-sw600dp/apps_view.xml b/res/layout-sw600dp/apps_view.xml index 6f22460fa..fba170b2e 100644 --- a/res/layout-sw600dp/apps_view.xml +++ b/res/layout-sw600dp/apps_view.xml @@ -18,16 +18,17 @@ android:id="@+id/apps_view" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="#22000000" + android:padding="@dimen/apps_container_inset" + android:background="@drawable/apps_customize_bg" android:descendantFocusability="afterDescendants"> \ No newline at end of file -- cgit v1.2.3