summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-port/keyguard_host_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/res/res/layout-port/keyguard_host_view.xml')
-rw-r--r--core/res/res/layout-port/keyguard_host_view.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/core/res/res/layout-port/keyguard_host_view.xml b/core/res/res/layout-port/keyguard_host_view.xml
index ccc1692861a..15e98444309 100644
--- a/core/res/res/layout-port/keyguard_host_view.xml
+++ b/core/res/res/layout-port/keyguard_host_view.xml
@@ -39,9 +39,10 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/keyguard_widget_pager"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_gravity="center"/>
+ android:id="@+id/app_widget_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:layout_gravity="center"/>
</FrameLayout>
<View android:layout_width="match_parent"