summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp/apps_view.xml
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-04-08 18:43:11 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-08 18:43:11 +0000
commit5e7978f35f1c5c40ca838bd54a79043d9a2969f1 (patch)
tree508f5a87c04e41cd607f965e9f4dc9faac8f0e0d /res/layout-sw600dp/apps_view.xml
parentb67f7e6ca7c2a5aaae281ed2060e90a86298d6fc (diff)
parentb471b0869bc4b0bbcc0dc3a15d3b12ab1b1c0a73 (diff)
downloadandroid_packages_apps_Trebuchet-5e7978f35f1c5c40ca838bd54a79043d9a2969f1.tar.gz
android_packages_apps_Trebuchet-5e7978f35f1c5c40ca838bd54a79043d9a2969f1.tar.bz2
android_packages_apps_Trebuchet-5e7978f35f1c5c40ca838bd54a79043d9a2969f1.zip
am b471b086: Merge "Temporarily tweaking the all apps layout to fit the screen on tablets." into ub-launcher3-burnaby
* commit 'b471b0869bc4b0bbcc0dc3a15d3b12ab1b1c0a73': Temporarily tweaking the all apps layout to fit the screen on tablets.
Diffstat (limited to 'res/layout-sw600dp/apps_view.xml')
-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