add a stop button to the reminder activity

This commit is contained in:
tibbi
2018-03-14 15:54:58 +01:00
parent 50f5cf3cc5
commit afe7c695af
5 changed files with 27 additions and 7 deletions

View File

@ -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>