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