Merge "Show countdown of remaining decrypt attempts before wiping device" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
832ad72062
@@ -25,6 +25,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_horizontal">
|
||||
|
||||
<!-- We need android:gravity="center_horizontal" to make multi line
|
||||
status strings look good -->
|
||||
<TextView
|
||||
android:id="@+id/status"
|
||||
android:layout_width="wrap_content"
|
||||
@@ -35,7 +37,8 @@
|
||||
android:textSize="18sp"
|
||||
android:textAppearance="?android:attr/textAppearanceLarge"
|
||||
android:text="@string/enter_password"
|
||||
android:layout_gravity="center_horizontal" />
|
||||
android:layout_gravity="center_horizontal"
|
||||
android:gravity="center_horizontal" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/owner_info"
|
||||
|
Reference in New Issue
Block a user