mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
remove hint text from channel dropdown - causes draw artifacts
This commit is contained in:
parent
502ad2c491
commit
23706431fb
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue