summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-10 16:28:47 -0700
committerWinson Chung <winsonc@google.com>2015-03-12 18:57:02 -0700
commit93f98eaf1800024cb2f28379bdd997f3debae63a (patch)
tree5b9efef68c1b651ec13b69ede29bb20bd67cb64f /res/layout-sw600dp
parent74081b02730bb7205f5cfe43f206039df38a20db (diff)
downloadandroid_packages_apps_Trebuchet-93f98eaf1800024cb2f28379bdd997f3debae63a.tar.gz
android_packages_apps_Trebuchet-93f98eaf1800024cb2f28379bdd997f3debae63a.tar.bz2
android_packages_apps_Trebuchet-93f98eaf1800024cb2f28379bdd997f3debae63a.zip
Adding app grid layout with fastscroller.
- Adding filtering and using alphabetic index for app grouping. Change-Id: I745b644fa8f90f5ff24a8642ac377ef1c65d8aff
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/apps_view.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/layout-sw600dp/apps_view.xml b/res/layout-sw600dp/apps_view.xml
index 1f773b307..3bb6ec505 100644
--- a/res/layout-sw600dp/apps_view.xml
+++ b/res/layout-sw600dp/apps_view.xml
@@ -23,12 +23,12 @@
android:descendantFocusability="afterDescendants">
<include
layout="@layout/apps_list_reveal_view"
- android:layout_width="420dp"
- android:layout_height="match_parent"
+ android:layout_width="@dimen/apps_container_width"
+ android:layout_height="540dp"
android:layout_gravity="center" />
<include
layout="@layout/apps_list_view"
- android:layout_width="420dp"
- android:layout_height="match_parent"
+ android:layout_width="@dimen/apps_container_width"
+ android:layout_height="540dp"
android:layout_gravity="center" />
</com.android.launcher3.AppsContainerView> \ No newline at end of file