diff options
author | Aleksa Sarai <cyphar@cyphar.com> | 2015-12-31 17:36:00 +0100 |
---|---|---|
committer | z31s1g <z31s1g@googlemail.com> | 2016-01-02 19:44:48 +0100 |
commit | b25a18395e666bbe13506651d5de84054aae0fcc (patch) | |
tree | 2fd5195a8b25ac31b614cea56c67499866434bcd /gui/devices/watch | |
parent | twrp: fix a typo and remove whitespace (diff) | |
download | android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar.gz android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar.bz2 android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar.lz android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar.xz android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.tar.zst android_bootable_recovery-b25a18395e666bbe13506651d5de84054aae0fcc.zip |
Diffstat (limited to 'gui/devices/watch')
-rw-r--r-- | gui/devices/watch/res/watch.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gui/devices/watch/res/watch.xml b/gui/devices/watch/res/watch.xml index 3adf1643b..2dc291224 100644 --- a/gui/devices/watch/res/watch.xml +++ b/gui/devices/watch/res/watch.xml @@ -58,6 +58,10 @@ <sort name="tw_gui_sort_order" /> </style> + <style name="patternpassword"> + <size name="tw_gui_pattern_grid_size" default="3" /> + </style> + <style name="partitionlist"> <style name="scrolllist" /> <icon selected="checkbox_true" unselected="checkbox_false" /> @@ -3379,6 +3383,8 @@ <text>Pattern Failed, Please Try Again</text> </object> + <object type="template" name="pattern_options" /> + <object type="patternpassword"> <placement x="%pattern_x%" y="%pattern_y%" w="%pattern_width%" h="%pattern_width%" /> <dot color="%pattern_dot_color%" activecolor="%pattern_dot_color_active%" radius="%pattern_dot_radius%" /> |