mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-01-31 10:44:52 +01:00
reducing some timer margins
This commit is contained in:
parent
dfd13c5286
commit
a6ce64909d
@ -41,13 +41,12 @@
|
|||||||
app:layout_constraintTop_toBottomOf="@id/timer_time"
|
app:layout_constraintTop_toBottomOf="@id/timer_time"
|
||||||
tools:text="Cook rice" />
|
tools:text="Cook rice" />
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
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/bigger_margin"
|
||||||
android:layout_marginEnd="@dimen/bigger_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"
|
||||||
android:src="@drawable/ic_reset_vector"
|
android:src="@drawable/ic_reset_vector"
|
||||||
@ -57,7 +56,6 @@
|
|||||||
app:layout_constraintStart_toEndOf="@id/timer_time"
|
app:layout_constraintStart_toEndOf="@id/timer_time"
|
||||||
app:layout_constraintTop_toTopOf="@id/timer_play_pause" />
|
app:layout_constraintTop_toTopOf="@id/timer_play_pause" />
|
||||||
|
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
android:id="@+id/timer_play_pause"
|
android:id="@+id/timer_play_pause"
|
||||||
android:layout_width="@dimen/timer_button_size"
|
android:layout_width="@dimen/timer_button_size"
|
||||||
@ -65,7 +63,7 @@
|
|||||||
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/bigger_margin"
|
||||||
android:layout_marginEnd="@dimen/bigger_margin"
|
android:layout_marginEnd="@dimen/medium_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