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

Commit da6e4c47 authored by Adrian Roos's avatar Adrian Roos Committed by Android (Google) Code Review
Browse files

Merge "Ensure text is visible when choosing pattern" into mnc-dev

parents fb535a8e ed427af7
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
    android:layout_height="match_parent">

    <!-- takes up all space above button bar at bottom -->
    <LinearLayout
    <com.android.settings.widget.MatchParentShrinkingLinearLayout
        android:orientation="vertical"
        android:layout_width="match_parent"
        android:layout_height="0dip"
@@ -29,8 +29,9 @@

        <TextView android:id="@+id/headerText"
            android:layout_width="match_parent"
            android:layout_height="0dip"
            android:layout_height="wrap_content"
            android:layout_weight="1"
            android:minLines="2"
            android:gravity="center"
            android:textSize="18sp" />

@@ -41,8 +42,7 @@

        <com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
             android:layout_width="match_parent"
             android:layout_height="match_parent"
             android:background="@color/lock_pattern_background" />
             android:layout_height="match_parent" />

        <!-- bottom line looks bad when button bar is their too, omit in this case -->
        <!--View
@@ -57,7 +57,7 @@
            android:gravity="center"
            android:textSize="14sp"/>

    </LinearLayout>
    </com.android.settings.widget.MatchParentShrinkingLinearLayout>

    <LinearLayout
        style="@style/SecurityPreferenceButtonContainer"
+1586 −0

File added.

Preview size limit exceeded, changes collapsed.