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

@@ -130,6 +130,12 @@
android:title="@string/wakelock_blocker_title"
android:summary="@string/wakelock_blocker_summary"
android:fragment="com.cherish.settings.fragments.WakeLockBlocker" />
<Preference
android:key="alarm_blocker"
android:title="@string/alarm_blocker"
android:summary="@string/alarm_blocker_summary"
android:fragment="com.cherish.settings.fragments.AlarmBlocker" />
<PreferenceCategory
android:key="corners_category"