Skip to content

Commit 08db9df

Browse files
Jim MillerAndroid (Google) Code Review
authored andcommitted
Merge "Fix keyguard layout on tablet" into jb-mr1-dev
2 parents 451da77 + 07cb030 commit 08db9df

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/res/res/layout-sw600dp-land/keyguard_host_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
android:layout_height="match_parent"
2727
android:orientation="horizontal">
2828

29-
<com.android.internal.policy.impl.keyguard.KeyguardWidgetView
29+
<com.android.internal.policy.impl.keyguard.KeyguardWidgetPager
3030
android:id="@+id/app_widget_container"
3131
android:layout_width="0dip"
3232
android:layout_height="match_parent"
@@ -36,7 +36,7 @@
3636
<!-- TODO: Remove this once supported as a widget -->
3737
<include layout="@layout/keyguard_status_view"/>
3838

39-
</com.android.internal.policy.impl.keyguard.KeyguardWidgetView>
39+
</com.android.internal.policy.impl.keyguard.KeyguardWidgetPager>
4040

4141
<FrameLayout
4242
android:layout_width="0dip"

core/res/res/layout-sw600dp-port/keyguard_host_view.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
android:gravity="center_horizontal"
2929
android:clipChildren="false">
3030

31-
<com.android.internal.policy.impl.keyguard.KeyguardWidgetView
31+
<com.android.internal.policy.impl.keyguard.KeyguardWidgetPager
3232
android:id="@+id/app_widget_container"
3333
android:layout_width="match_parent"
3434
android:layout_height="0dip"
@@ -38,7 +38,7 @@
3838
<!-- TODO: Remove this once supported as a widget -->
3939
<include layout="@layout/keyguard_status_view"/>
4040

41-
</com.android.internal.policy.impl.keyguard.KeyguardWidgetView>
41+
</com.android.internal.policy.impl.keyguard.KeyguardWidgetPager>
4242

4343
<ViewFlipper
4444
android:id="@+id/view_flipper"

0 commit comments

Comments
 (0)