summaryrefslogtreecommitdiffstats
path: root/res/layout/crypt_keeper_pattern_entry.xml
diff options
context:
space:
mode:
authorRoman Birg <roman@cyngn.com>2015-04-06 12:20:33 -0700
committerRoman Birg <roman@cyngn.com>2015-12-11 10:35:37 -0800
commitbc86445070a5ea526242d8e4e4389d7824a75fd4 (patch)
tree53ca073a2382cf897012fe836a9eb9fde4a65263 /res/layout/crypt_keeper_pattern_entry.xml
parentf47c70b11106be8aa148c4788e06081df2ea0a1d (diff)
downloadpackages_apps_Settings-bc86445070a5ea526242d8e4e4389d7824a75fd4.zip
packages_apps_Settings-bc86445070a5ea526242d8e4e4389d7824a75fd4.tar.gz
packages_apps_Settings-bc86445070a5ea526242d8e4e4389d7824a75fd4.tar.bz2
Settings: handle decrypting larger pattern sizes
Change-Id: Id24d46829063171fa87cabb23a7da378726d7548 Signed-off-by: Roman Birg <roman@cyngn.com>
Diffstat (limited to 'res/layout/crypt_keeper_pattern_entry.xml')
-rw-r--r--res/layout/crypt_keeper_pattern_entry.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/layout/crypt_keeper_pattern_entry.xml b/res/layout/crypt_keeper_pattern_entry.xml
index 00d3d6e..410f019 100644
--- a/res/layout/crypt_keeper_pattern_entry.xml
+++ b/res/layout/crypt_keeper_pattern_entry.xml
@@ -36,6 +36,18 @@
</LinearLayout>
+ <LinearLayout
+ android:id="@+id/pattern_sizes"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginStart="@dimen/crypt_keeper_pattern_margin"
+ android:layout_marginEnd="@dimen/crypt_keeper_pattern_margin"
+ android:orientation="horizontal">
+
+ <include layout="@layout/crypt_keeper_pattern_sizes" />
+
+ </LinearLayout>
+
<include layout="@layout/crypt_keeper_emergency_button" />
</LinearLayout>