Add a setting to enable encryption.

This isn't final and it will wipe your device.

Change-Id: I7fecded92a745844435878d0409d620bfa571472
This commit is contained in:
Jason parks
2011-01-07 09:02:14 -06:00
parent 4b78f9bb9b
commit 6f8fb43617
6 changed files with 230 additions and 12 deletions

View File

@@ -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>