Expired timer notification

This commit is contained in:
Phillip Hsu
2016-08-05 01:58:43 -07:00
parent 8dea6301aa
commit 6ae9c3511c
4 changed files with 15 additions and 3 deletions
@@ -18,6 +18,8 @@
android:layout_height="wrap_content"
app:cardElevation="2dp"
app:cardCornerRadius="0dp"
android:foreground="?selectableItemBackground"
android:clickable="true"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp">
+1
View File
@@ -196,4 +196,5 @@
<string name="times_up">Time\'s up</string>
<string name="add_one_minute">Add 1 minute</string>
<string name="stop">Stop</string>
<string name="timer_expired">Timer expired</string>
</resources>