Enhance manga search suggestion

This commit is contained in:
Koitharu
2022-03-11 19:29:58 +02:00
parent abc2fb0e40
commit 25d52c5a61
17 changed files with 325 additions and 153 deletions

View File

@@ -42,6 +42,7 @@
android:background="@null"
android:focusable="true"
android:focusableInTouchMode="true"
android:theme="@style/ThemeOverlay.Kotatsu.MainToolbar"
app:contentInsetStartWithNavigation="0dp"
app:titleTextAppearance="@style/TextAppearance.Kotatsu.PersistentToolbarTitle"
app:titleTextColor="?android:colorControlNormal"
@@ -52,6 +53,7 @@
style="@style/Widget.Kotatsu.SearchView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginEnd="2dp"
android:background="@null"
android:gravity="center_vertical"
android:hint="@string/search_manga"
@@ -59,7 +61,7 @@
android:importantForAutofill="no"
android:paddingBottom="1dp"
android:singleLine="true"
tools:drawableEnd="@drawable/ic_clear" />
tools:drawableEnd="@drawable/abc_ic_clear_material" />
</com.google.android.material.appbar.MaterialToolbar>