Cherish: Add AlarmsBlocker [2/2]

Made by faust93. Based on WakelockBlocker by maxwen

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

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
faust93
2017-09-02 14:54:29 +08:00
committed by Hưng Phan
parent 398e4eeca7
commit dbc83ecb96
5 changed files with 408 additions and 0 deletions

View File

@@ -1247,4 +1247,14 @@
<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>
<!-- Alarm blocker -->
<string name="alarm_blocker">Alarm blocker</string>
<string name="alarm_blocker_title">Enable</string>
<string name="alarm_blocker_summary">Block alarms while screen off</string>
<string name="alarm_blocker_save">Save</string>
<string name="alarm_list_header">Available alarms</string>
<string name="alarm_blocker_reload">Reload</string>
<string name="alarm_blocker_warning_title">Proceed with caution</string>
<string name="alarm_blocker_warning">Blocking alarms have the potential to cause instability, crashes or data loss.</string>
</resources>