summaryrefslogtreecommitdiffstats
path: root/core/res/res/layout-land
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2012-08-29 18:42:21 -0700
committerJim Miller <jaggies@google.com>2012-08-29 18:42:21 -0700
commitf2dfc351dec58ad3c16f8496208b4e6e9c667efe (patch)
treead6641574d04a10162cd40ddc7adc49f5053a3a3 /core/res/res/layout-land
parentffc45b7d5708e706aeb19454c5172136761d214b (diff)
downloadframeworks_base-f2dfc351dec58ad3c16f8496208b4e6e9c667efe.zip
frameworks_base-f2dfc351dec58ad3c16f8496208b4e6e9c667efe.tar.gz
frameworks_base-f2dfc351dec58ad3c16f8496208b4e6e9c667efe.tar.bz2
Integrate overscroll into KeyguardWidgetView.
This integrates overscroll behavior into keyguard. Change-Id: I19c0f70c85a4ebb0ddd3f433b6f88a992f40919b
Diffstat (limited to 'core/res/res/layout-land')
-rw-r--r--core/res/res/layout-land/keyguard_host_view.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/res/res/layout-land/keyguard_host_view.xml b/core/res/res/layout-land/keyguard_host_view.xml
index ca0fa1d..b404155 100644
--- a/core/res/res/layout-land/keyguard_host_view.xml
+++ b/core/res/res/layout-land/keyguard_host_view.xml
@@ -26,7 +26,7 @@
android:layout_height="match_parent"
android:orientation="horizontal">
- <com.android.internal.policy.impl.keyguard.KeyguardWidgetView
+ <com.android.internal.policy.impl.keyguard.KeyguardWidgetPager
android:id="@+id/app_widget_container"
android:layout_width="0dip"
android:layout_height="match_parent"
@@ -35,8 +35,8 @@
<!-- TODO: Remove this once supported as a widget -->
<include layout="@layout/keyguard_status_view"/>
+ </com.android.internal.policy.impl.keyguard.KeyguardWidgetPager>
- </com.android.internal.policy.impl.keyguard.KeyguardWidgetView>
<ViewFlipper
android:id="@+id/view_flipper"