remove hint text from channel dropdown - causes draw artifacts

This commit is contained in:
geeksville 2020-08-30 12:51:34 -07:00
parent 502ad2c491
commit 23706431fb

View file

@ -91,8 +91,7 @@
<AutoCompleteTextView
android:id="@+id/filled_exposed_dropdown"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/channel_options" />
android:layout_height="wrap_content" />
</com.google.android.material.textfield.TextInputLayout>
<CheckBox