summaryrefslogtreecommitdiffstats
path: root/res/layout-sw600dp
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2015-04-08 10:27:49 -0700
committerWinson Chung <winsonc@google.com>2015-04-09 13:18:31 -0700
commit0f785720667ab8afe4b4620a6c333d382d8659ed (patch)
tree9bd5ddba76c5df2c700e05c7a1829e2fb4d14d92 /res/layout-sw600dp
parent3f471440a8b6b71d4c15501a96befd3b715c9e8f (diff)
downloadandroid_packages_apps_Trebuchet-0f785720667ab8afe4b4620a6c333d382d8659ed.tar.gz
android_packages_apps_Trebuchet-0f785720667ab8afe4b4620a6c333d382d8659ed.tar.bz2
android_packages_apps_Trebuchet-0f785720667ab8afe4b4620a6c333d382d8659ed.zip
Initial changes to support a fixed all-apps layout.
- Dynamically update padding and background depending on fixed bounds and searchbar - Fixes issue with drag layer bg getting clobbered when rotating launcher - Tapping outside the bounds of all apps should close all apps - Fixing typo causing widgets to not show in sw720dp devices Bug: 20127840 Change-Id: I29c3f905bdee940f938ffe054f58434887073092
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/apps_view.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/layout-sw600dp/apps_view.xml b/res/layout-sw600dp/apps_view.xml
index fba170b2e..e6e0ec358 100644
--- a/res/layout-sw600dp/apps_view.xml
+++ b/res/layout-sw600dp/apps_view.xml
@@ -19,7 +19,6 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="@dimen/apps_container_inset"
- android:background="@drawable/apps_customize_bg"
android:descendantFocusability="afterDescendants">
<include
layout="@layout/apps_reveal_view"