summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-04-08 11:07:53 -0700
committerWinson Chung <winsonc@google.com>2015-04-08 11:10:12 -0700
commitbd808530dbfa765a33fa4fbfce46d1e0fcfcc5ca (patch)
treeec0f3285dd26a9f16cbea293da2a51efe45eedbb /res/layout-sw600dp
parentadb75416488f04c237b724f30deeb7f6e3fe8a52 (diff)
downloadandroid_packages_apps_Trebuchet-bd808530dbfa765a33fa4fbfce46d1e0fcfcc5ca.tar.gz
android_packages_apps_Trebuchet-bd808530dbfa765a33fa4fbfce46d1e0fcfcc5ca.tar.bz2
android_packages_apps_Trebuchet-bd808530dbfa765a33fa4fbfce46d1e0fcfcc5ca.zip
Temporarily tweaking the all apps layout to fit the screen on tablets.
Change-Id: I2f8fe8e39a39cd6a055f22696881c51be7624832
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/apps_view.xml11
1 files changed, 6 insertions, 5 deletions
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">
<include
layout="@layout/apps_reveal_view"
- android:layout_width="@dimen/apps_container_width"
- android:layout_height="540dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:layout_gravity="center" />
<include
layout="@layout/apps_list_view"
- android:layout_width="@dimen/apps_container_width"
- android:layout_height="540dp"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
android:layout_gravity="center" />
</com.android.launcher3.AppsContainerView> \ No newline at end of file