Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c71d4060 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

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

parents a56f8f7c 85ab8e82
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -32,7 +32,7 @@
        android:id="@+id/app_widget_container"
        android:id="@+id/app_widget_container"
        android:layout_width="match_parent"
        android:layout_width="match_parent"
        android:layout_height="0dip"
        android:layout_height="0dip"
        android:layout_weight="1"
        android:layout_weight="0.4"
        android:visibility="gone">
        android:visibility="gone">


        <!-- TODO: Remove this once supported as a widget -->
        <!-- TODO: Remove this once supported as a widget -->
@@ -44,7 +44,7 @@
        android:id="@+id/view_flipper"
        android:id="@+id/view_flipper"
        android:layout_width="@dimen/kg_security_view_width"
        android:layout_width="@dimen/kg_security_view_width"
        android:layout_height="0dip"
        android:layout_height="0dip"
        android:layout_weight="1"
        android:layout_weight="0.6"
        android:layout_gravity="center">
        android:layout_gravity="center">


        <include layout="@layout/keyguard_selector_view"/>
        <include layout="@layout/keyguard_selector_view"/>
+3 −0
Original line number Original line Diff line number Diff line
@@ -45,6 +45,9 @@
    <!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
    <!-- Size of lockscreen outerring on unsecure unlock LockScreen -->
    <dimen name="keyguard_lockscreen_outerring_diameter">364dp</dimen>
    <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. -->
    <!-- target placement radius for GlowPadView. Should be 1/2 of outerring diameter. -->
    <dimen name="glowpadview_target_placement_radius">182dip</dimen>
    <dimen name="glowpadview_target_placement_radius">182dip</dimen>


+1 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,7 @@
    <!-- Padding on left margin of PIN text entry field to center it when del button is showing -->
    <!-- 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>
    <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>
    <dimen name="face_unlock_height">330dip</dimen>


    <!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->
    <!-- Minimum popup width for selecting an activity in ActivityChooserDialog/ActivityChooserView. -->