Improve accessibility support

This commit is contained in:
Super12138 2024-01-09 18:00:17 +08:00
parent 37c7f80497
commit 3a2ae8a6ca

View file

@ -27,6 +27,7 @@
<AutoCompleteTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:labelFor="@string/tasks_textfield_hint"
app:simpleItems="@array/todo_predicts" />
</com.google.android.material.textfield.TextInputLayout>