use smaller margins at the timer items

This commit is contained in:
tibbi 2022-06-27 21:28:12 +02:00
parent 9ca8ec7c96
commit b9b5dc05e2

View File

@ -45,7 +45,7 @@
android:id="@+id/timer_reset"
android:layout_width="@dimen/timer_button_small_size"
android:layout_height="@dimen/timer_button_small_size"
android:layout_marginStart="@dimen/bigger_margin"
android:layout_marginStart="@dimen/medium_margin"
android:layout_marginEnd="@dimen/medium_margin"
android:background="?attr/selectableItemBackgroundBorderless"
android:padding="@dimen/normal_margin"
@ -62,8 +62,8 @@
android:layout_height="@dimen/timer_button_size"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginStart="@dimen/bigger_margin"
android:layout_marginEnd="@dimen/medium_margin"
android:layout_marginStart="@dimen/medium_margin"
android:layout_marginEnd="@dimen/small_margin"
android:background="?attr/selectableItemBackgroundBorderless"
android:padding="@dimen/activity_margin"
android:src="@drawable/ic_play_vector"