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

Commit ed427af7 authored by Adrian Roos's avatar Adrian Roos
Browse files

Ensure text is visible when choosing pattern

Bug: 21639578
Change-Id: Ib948411b3087c752a36ed6f853915e59946c0988
parent 9823f279
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"