fix: a11y dropdown tempt
This commit is contained in:
parent
6711276732
commit
8f08b5fada
1 changed files with 3 additions and 6 deletions
|
@ -123,16 +123,13 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="5dp"
|
android:layout_marginStart="5dp"
|
||||||
android:layout_marginEnd="5dp"
|
android:layout_marginEnd="5dp"
|
||||||
android:hint="@string/reason"
|
android:hint="@string/reason">
|
||||||
app:boxStrokeColor="@color/list_delimiter">
|
|
||||||
|
|
||||||
<androidx.appcompat.widget.AppCompatAutoCompleteTextView
|
<com.google.android.material.textfield.MaterialAutoCompleteTextView
|
||||||
android:id="@+id/reasonList"
|
android:id="@+id/reasonList"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:clickable="true"
|
android:inputType="none" />
|
||||||
android:enabled="false"
|
|
||||||
tools:ignore="KeyboardInaccessibleWidget" />
|
|
||||||
|
|
||||||
</com.google.android.material.textfield.TextInputLayout>
|
</com.google.android.material.textfield.TextInputLayout>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue