diff options
| author | 2017-01-05 22:54:07 -0800 | |
|---|---|---|
| committer | 2017-01-06 10:23:56 -0800 | |
| commit | 6152b39debfdb66e691b43f56b3f2a0d849b4a0d (patch) | |
| tree | 21290c8071571f2f6884e55507bfe6f208f74fb2 | |
| parent | 88a2a61f09ddf0beb60f7ee3d148f4dec4f466a8 (diff) | |
bools: fix use_lock_pattern_drawable javadoc.
Change-Id: If135544edb499ee64117bf81c6e3d0eebbfcff00
| -rw-r--r-- | core/res/res/values/bools.xml | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/core/res/res/values/bools.xml b/core/res/res/values/bools.xml index 3d03ffee4c15..b49fe49c087b 100644 --- a/core/res/res/values/bools.xml +++ b/core/res/res/values/bools.xml @@ -24,12 +24,10 @@ <bool name="show_ongoing_ime_switcher">true</bool> <bool name="action_bar_expanded_action_views_exclusive">true</bool> <bool name="target_honeycomb_needs_options_menu">true</bool> - <!-- - Whether or not to use the drawable/lockscreen_notselected and - drawable/lockscreen_selected instead of the generic dots when displaying - the LockPatternView. - The main purpose is for OEMs to customize the rendering of the - lockscreen, setting this to true should come with customized drawables. - --> + <!-- Whether or not to use the drawable/lockscreen_notselected and + drawable/lockscreen_selected instead of the generic dots when displaying + the LockPatternView. + <p>The main purpose is for OEMs to customize the rendering of the + lockscreen, setting this to true should come with customized drawables. --> <bool name="use_lock_pattern_drawable">false</bool> </resources> |