Remove label hint

This commit is contained in:
Phillip Hsu 2016-09-01 13:48:10 -07:00
parent bff06c66f9
commit 7310d49430

View File

@ -24,6 +24,7 @@
<TextView
android:id="@+id/label"
style="@style/BaseLabel"
android:hint=""
android:textStyle="bold"
android:layout_below="@id/time_layout"
android:layout_marginBottom="@dimen/item_margin_between_elements"/>