replace switches with checkboxes at alarms
This commit is contained in:
parent
77556c2481
commit
671695294c
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@
|
|||
android:textSize="@dimen/bigger_text_size"
|
||||
tools:text="Good morning!" />
|
||||
|
||||
<com.simplemobiletools.commons.views.MySwitchCompat
|
||||
<com.simplemobiletools.commons.views.MyAppCompatCheckbox
|
||||
android:id="@+id/alarm_switch"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
|
|
Loading…
Reference in a new issue