Add voice search

This commit is contained in:
Koitharu
2022-05-06 10:52:51 +03:00
parent 6969f40fa0
commit 878df24a64
9 changed files with 148 additions and 15 deletions

View File

@@ -23,6 +23,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@null"
android:clipToPadding="false"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:stateListAnimator="@null">
@@ -56,7 +57,6 @@
android:hint="@string/search_manga"
android:imeOptions="actionSearch"
android:importantForAutofill="no"
android:paddingBottom="1dp"
android:singleLine="true"
tools:drawableEnd="@drawable/abc_ic_clear_material" />