am c71d4060: Merge "Better layout for Face Unlock on 600dp tablet" into jb-mr1-dev

* commit 'c71d4060609ee64939ad5369d33b86d44baa17a9':
  Better layout for Face Unlock on 600dp tablet
This commit is contained in:
Jim Miller
2012-09-06 18:58:00 -07:00
committed by Android Git Automerger
3 changed files with 6 additions and 3 deletions

View File

@@ -32,7 +32,7 @@
android:id="@+id/app_widget_container"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:layout_weight="0.4"
android:visibility="gone">
<!-- TODO: Remove this once supported as a widget -->
@@ -44,7 +44,7 @@
android:id="@+id/view_flipper"
android:layout_width="@dimen/kg_security_view_width"
android:layout_height="0dip"
android:layout_weight="1"
android:layout_weight="0.6"
android:layout_gravity="center">
<include layout="@layout/keyguard_selector_view"/>

View File

@@ -45,6 +45,9 @@
<!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
<dimen name="keyguard_lockscreen_outerring_diameter">364dp</dimen>
<!-- Height of FaceUnlock view in keyguard -->
<dimen name="face_unlock_height">430dip</dimen>
<!-- target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
<dimen name="glowpadview_target_placement_radius">182dip</dimen>

View File

@@ -193,7 +193,7 @@
<!-- Padding on left margin of PIN text entry field to center it when del button is showing -->
<dimen name="keyguard_lockscreen_pin_margin_left">40dip</dimen>
<!-- Height of FaceUnlock widget in keyguard -->
<!-- Height of FaceUnlock view in keyguard -->
<dimen name="face_unlock_height">330dip</dimen>
<!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->