Use placeholder texts for text fields

Closes #1288
This commit is contained in:
Torsten Grote
2018-06-14 15:30:40 -03:00
parent a47a1cf442
commit 2dc94a95ed
5 changed files with 33 additions and 60 deletions

View File

@@ -12,7 +12,8 @@
android:id="@+id/createForumNameLayout"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:errorEnabled="true">
app:errorEnabled="true"
app:hintEnabled="false">
<EditText
android:id="@+id/createForumNameEntry"
@@ -28,7 +29,8 @@
android:id="@+id/createForumButton"
style="@style/BriarButton"
android:enabled="false"
android:text="@string/create_forum_button"/>
android:text="@string/create_forum_button"
tools:enabled="true"/>
<ProgressBar
android:id="@+id/createForumProgressBar"