This repository has been archived on 2025-09-03. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
android_packages_apps_Cherish/res/layout/alarm_item.xml
faust93 dbc83ecb96 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>
2021-07-09 11:46:56 +07:00

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>