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

* commit 'da6e4c47aa0e4319ada376d2917aafb2c2c27734':
  Ensure text is visible when choosing pattern
This commit is contained in:
Adrian Roos
2015-06-12 00:39:30 +00:00
committed by Android Git Automerger
2 changed files with 1592 additions and 6 deletions

View File

@@ -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,10 +29,11 @@
<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"/>
android:textSize="18sp" />
<View
android:background="@*android:drawable/code_lock_top"
@@ -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"

File diff suppressed because it is too large Load Diff