mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-02-07 15:38:41 +01:00
use smaller margins at the timer items
This commit is contained in:
parent
9ca8ec7c96
commit
b9b5dc05e2
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user