Fix minor lint warning

This commit is contained in:
Christian Basler 2018-04-03 22:14:00 +02:00
parent 9b75a8c2ef
commit 6a311a0346
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@
android:id="@+id/label"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/label" />
android:hint="@string/label"
android:inputType="text" />
</android.support.design.widget.TextInputLayout>