removed hints from channel inputs

1.2-legacy
srichs 2021-09-06 22:43:33 -06:00
rodzic 781b972c71
commit 0e20ec78db
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -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