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

13
res/layout/alarm_item.xml Normal file
View File

@@ -0,0 +1,13 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<CheckBox
android:id="@+id/alarm_blocked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
android:focusable="false"/>
</LinearLayout>