summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-03-13 11:14:16 -0700
committerWinson Chung <winsonc@google.com>2015-03-13 11:48:45 -0700
commit888b3a10bf1e99192f12c844ee275c6f360d6b34 (patch)
tree0dd028c7b444b7deb9a9c34a91f1efe3a81d1466 /res/layout-sw600dp
parent93f98eaf1800024cb2f28379bdd997f3debae63a (diff)
downloadandroid_packages_apps_Trebuchet-888b3a10bf1e99192f12c844ee275c6f360d6b34.tar.gz
android_packages_apps_Trebuchet-888b3a10bf1e99192f12c844ee275c6f360d6b34.tar.bz2
android_packages_apps_Trebuchet-888b3a10bf1e99192f12c844ee275c6f360d6b34.zip
Minor changes to apps view.
- Ensuring that apps with numbers and in other locals have a section header. - Adding an empty state when there are no apps with the current filter - Removing unnecessary call to check AppInfos Change-Id: I9dc541c680475b98745fa257ad7e4af06e3966c9
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/apps_view.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout-sw600dp/apps_view.xml b/res/layout-sw600dp/apps_view.xml
index 3bb6ec505..0628ca6d3 100644
--- a/res/layout-sw600dp/apps_view.xml
+++ b/res/layout-sw600dp/apps_view.xml
@@ -22,7 +22,7 @@
android:background="#22000000"
android:descendantFocusability="afterDescendants">
<include
- layout="@layout/apps_list_reveal_view"
+ layout="@layout/apps_reveal_view"
android:layout_width="@dimen/apps_container_width"
android:layout_height="540dp"
android:layout_gravity="center" />