Cherish:Add Quick Settings Pulldown options [2/2]

This commit is contained in:
Roman Birg
2016-01-12 21:21:18 +07:00
committed by Hung Phan
parent 8149d23826
commit e4a1bff5cb
4 changed files with 64 additions and 1 deletions

View File

@@ -421,5 +421,14 @@
<!-- Quick Settings -->
<string name="lockscreen_qs_disabled_title">Disable quick settings when locked</string>
<string name="lockscreen_qs_disabled_summary">Disable expanding quick settings on secure lock screens</string>
<!-- Quick pull down-->
<string name="quick_pulldown_title">Quick pulldown</string>
<string name="quick_pulldown_summary">%1$s edge of the status bar pulls down Quick Settings</string>
<string name="quick_pulldown_summary_always">Always show Quick Settings on status bar pulldown</string>
<string name="quick_pulldown_off">Off</string>
<string name="quick_pulldown_left">Left</string>
<string name="quick_pulldown_right">Right</string>
<string name="quick_pulldown_always">Always</string>
</resources>