mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-06-05 22:19:17 +02:00
add a stop button to the reminder activity
This commit is contained in:
@ -25,4 +25,14 @@
|
||||
android:textSize="@dimen/big_text_size"
|
||||
tools:text="14:00"/>
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/reminder_stop"
|
||||
android:layout_width="@dimen/stopwatch_button_size"
|
||||
android:layout_height="@dimen/stopwatch_button_size"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginBottom="@dimen/big_margin"
|
||||
android:padding="@dimen/normal_margin"
|
||||
android:src="@drawable/ic_stop"/>
|
||||
|
||||
</RelativeLayout>
|
||||
|
Reference in New Issue
Block a user