Merge pull request #295 from srichs/remove-hints

removed hints from channel inputs
This commit is contained in:
Kevin Hester
2021-11-18 02:02:16 +08:00
committed by GitHub

View File

@@ -22,7 +22,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:digits="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890- "
android:hint="@string/channel_name"
android:imeOptions="actionDone"
android:maxLength="15"
android:singleLine="true"
@@ -92,8 +91,7 @@
<AutoCompleteTextView
android:id="@+id/filled_exposed_dropdown"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/set_channel_options" />
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
<Button