Create AddLabelDialog and use in TimerViewHolder
This commit is contained in:
@@ -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"/>
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user