Merge "Fixing crash in Launcher in portrait mode"
diff --git a/res/layout-xlarge-port/all_apps_tabbed.xml b/res/layout-xlarge-port/all_apps_tabbed.xml
index 3b83bc7..c357d2e 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