Create AddLabelDialog and use in TimerViewHolder

This commit is contained in:
Phillip Hsu
2016-08-30 18:46:52 -07:00
parent c2d86389b0
commit d1f3fae2c3
5 changed files with 82 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Label"
android:hint="@string/label"
android:textSize="@dimen/text_size_medium"
android:layout_marginTop="@dimen/item_padding_top"
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
+1 -1
View File
@@ -16,7 +16,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:text="Label"
android:hint="@string/label"
android:textSize="@dimen/text_size_medium"
android:layout_marginTop="@dimen/item_padding_top"
android:layout_marginBottom="@dimen/item_margin_between_elements"/>
+2
View File
@@ -200,4 +200,6 @@
<string name="alarm_auto_silenced_text">You missed your alarm.</string>
<string name="timer_auto_silenced_text">Your timer expired.</string>
<string name="label">Label</string>
</resources>