Add a setting to enable encryption.
This isn't final and it will wipe your device. Change-Id: I7fecded92a745844435878d0409d620bfa571472
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
*/
|
||||
-->
|
||||
|
||||
<merge xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<LinearLayout
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dip"
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
>
|
||||
<LinearLayout
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:gravity="center_vertical"
|
||||
>
|
||||
@@ -30,10 +33,9 @@
|
||||
|
||||
<!-- right side: password -->
|
||||
<LinearLayout
|
||||
android:layout_width="0dip"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center">
|
||||
|
||||
<!-- Password entry field -->
|
||||
@@ -62,4 +64,5 @@
|
||||
/>
|
||||
|
||||
</LinearLayout>
|
||||
</merge>
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user