mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-15 10:47:29 +02: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:id="@+id/timer_reset"
|
||||||
android:layout_width="@dimen/timer_button_small_size"
|
android:layout_width="@dimen/timer_button_small_size"
|
||||||
android:layout_height="@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:layout_marginEnd="@dimen/medium_margin"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"
|
android:background="?attr/selectableItemBackgroundBorderless"
|
||||||
android:padding="@dimen/normal_margin"
|
android:padding="@dimen/normal_margin"
|
||||||
@ -62,8 +62,8 @@
|
|||||||
android:layout_height="@dimen/timer_button_size"
|
android:layout_height="@dimen/timer_button_size"
|
||||||
android:layout_alignParentBottom="true"
|
android:layout_alignParentBottom="true"
|
||||||
android:layout_centerHorizontal="true"
|
android:layout_centerHorizontal="true"
|
||||||
android:layout_marginStart="@dimen/bigger_margin"
|
android:layout_marginStart="@dimen/medium_margin"
|
||||||
android:layout_marginEnd="@dimen/medium_margin"
|
android:layout_marginEnd="@dimen/small_margin"
|
||||||
android:background="?attr/selectableItemBackgroundBorderless"
|
android:background="?attr/selectableItemBackgroundBorderless"
|
||||||
android:padding="@dimen/activity_margin"
|
android:padding="@dimen/activity_margin"
|
||||||
android:src="@drawable/ic_play_vector"
|
android:src="@drawable/ic_play_vector"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user