Cherish: Add WakelockBlocker [2/2]

Included WakeLock: Layout Improvements (See image below)
- Moved switch to the right
- Replaced refresh/save icons to match stock lollipop theme
- Added padding to title/summary
- Removed drawables / add vector

- http://i.imgur.com/5HMpfQw.png

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Alex Cruz
2017-09-02 14:46:12 +08:00
committed by Hưng Phan
parent c2dc90c18c
commit 398e4eeca7
6 changed files with 453 additions and 0 deletions

View File

@@ -1238,4 +1238,13 @@
<string name="qs_clock_styling">Qs Clock Styling</string>
<string name="qs_clock_font_size_title">Qs Clock Font size</string>
<string name="qs_clock_color_title">Qs Clock Color</string>
<!-- Wakelock blocker -->
<string name="wakelock_blocker_title">Wakelock blocker</string>
<string name="wakelock_blocker_summary">Block system wakelocks</string>
<string name="wakelock_blocker_save">Save</string>
<string name="wakelock_list_header">Available wakelocks</string>
<string name="wakelock_blocker_reload">Reload</string>
<string name="wakelock_blocker_warning_title">Proceed with caution</string>
<string name="wakelock_blocker_warning">Blocking wakelocks have the potential to cause instability, crashes or data loss</string>
</resources>