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>
14 lines
422 B
XML
14 lines
422 B
XML
<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>
|