summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcretin45 <cretin45@gmail.com>2015-12-07 15:13:11 -0800
committercretin45 <cretin45@gmail.com>2015-12-07 15:13:11 -0800
commit68434271efc7c4d0c7cac15de19a6befa2787150 (patch)
treea031f86418b024df8eb1ee9116bbe6b8f4e5d593 /res
parentecfa0ff337cf2feae19e651470c1ca05926430f2 (diff)
downloadandroid_packages_apps_Trebuchet-68434271efc7c4d0c7cac15de19a6befa2787150.tar.gz
android_packages_apps_Trebuchet-68434271efc7c4d0c7cac15de19a6befa2787150.tar.bz2
android_packages_apps_Trebuchet-68434271efc7c4d0c7cac15de19a6befa2787150.zip
Trebuchet: Fix landscape NPE
Change-Id: Ice27a7d88398bbffe99c9689feafd6c4aa4e0191
Diffstat (limited to 'res')
-rw-r--r--res/layout-land/launcher.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout-land/launcher.xml b/res/layout-land/launcher.xml
index 3fe6f893d..5508f1374 100644
--- a/res/layout-land/launcher.xml
+++ b/res/layout-land/launcher.xml
@@ -76,6 +76,13 @@
android:id="@+id/overview_panel"
android:visibility="gone" />
+ <include
+ android:id="@+id/page_indicator"
+ layout="@layout/page_indicator"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_horizontal"/>
+
<include layout="@layout/widgets_view"
android:id="@+id/widgets_view"
android:layout_width="match_parent"