Merge pull request #1571 from Andries-Smit/fix/a11y-dropdown-tempt

Fix: a11y dropdown tempt
This commit is contained in:
Milos Kozak 2022-04-06 10:21:58 +02:00 committed by GitHub
commit f7c951342e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 7 deletions

View file

@ -123,16 +123,13 @@
android:layout_height="wrap_content"
android:layout_marginStart="5dp"
android:layout_marginEnd="5dp"
android:hint="@string/reason"
app:boxStrokeColor="@color/list_delimiter">
android:hint="@string/reason">
<androidx.appcompat.widget.AppCompatAutoCompleteTextView
<com.google.android.material.textfield.MaterialAutoCompleteTextView
android:id="@+id/reasonList"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clickable="true"
android:enabled="false"
tools:ignore="KeyboardInaccessibleWidget" />
android:inputType="none" />
</com.google.android.material.textfield.TextInputLayout>

View file

@ -2,7 +2,7 @@
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Default theme color -->
<!-- This section describes the main theme colors -->
<color name="colorPrimary">#212121</color>
<color name="colorPrimary">#3378c5</color>
<color name="colorPrimaryDark">#000000</color>
<color name="colorAccent">#40bbaa</color>
<color name="mdtp_white">#ffffff</color>