summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2011-03-02 23:32:23 -0800
committerMichael Jurka <mikejurka@google.com>2011-03-02 23:32:23 -0800
commit12a67acfdc48f7df7c8477de54655e0ee0fb2bb7 (patch)
tree652654e8c8649b3bdf6e68cab8cd8b648f30952a /res
parent9c6fbed48783dacd9bc6b4ec5f2cc8e59ec7ee37 (diff)
downloadandroid_packages_apps_Trebuchet-12a67acfdc48f7df7c8477de54655e0ee0fb2bb7.tar.gz
android_packages_apps_Trebuchet-12a67acfdc48f7df7c8477de54655e0ee0fb2bb7.tar.bz2
android_packages_apps_Trebuchet-12a67acfdc48f7df7c8477de54655e0ee0fb2bb7.zip
Fixing crash in Launcher in portrait mode
Diffstat (limited to 'res')
-rw-r--r--res/layout-xlarge-port/all_apps_tabbed.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/layout-xlarge-port/all_apps_tabbed.xml b/res/layout-xlarge-port/all_apps_tabbed.xml
index 3b83bc79d..c357d2ec5 100644
--- a/res/layout-xlarge-port/all_apps_tabbed.xml
+++ b/res/layout-xlarge-port/all_apps_tabbed.xml
@@ -17,6 +17,7 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
<com.android.launcher2.AllAppsBackground
+ android:id="@+id/all_apps_background"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<LinearLayout