adding some checkbox margins

This commit is contained in:
tibbi 2022-04-20 22:43:00 +02:00
parent a478f8d396
commit 362a38d4ca
2 changed files with 2 additions and 0 deletions

View file

@ -66,6 +66,7 @@
android:id="@+id/edit_alarm_vibrate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/small_margin"
android:layout_toEndOf="@+id/edit_alarm_vibrate_icon"
android:background="@null"
android:clickable="false"

View file

@ -44,6 +44,7 @@
android:id="@+id/edit_timer_vibrate"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="@dimen/small_margin"
android:layout_toEndOf="@+id/edit_timer_vibrate_icon"
android:background="@null"
android:clickable="false"