Single-provider search

This commit is contained in:
Koitharu
2020-02-29 11:52:53 +02:00
parent 9373bae091
commit 5f49030926
21 changed files with 243 additions and 102 deletions

View File

@@ -10,4 +10,13 @@
<style name="AppPopupTheme" parent="ThemeOverlay.MaterialComponents.Light" />
<style name="AppToolbarTheme" parent="ThemeOverlay.MaterialComponents.Dark.ActionBar" >
<item name="popupTheme">@style/AppPopupTheme</item>
<item name="autoCompleteTextViewStyle">@style/AppSuggestion</item>
</style>
<style name="AppSuggestion" parent="Widget.AppCompat.Light.AutoCompleteTextView">
<item name="android:popupBackground">@android:color/background_light</item>
</style>
</resources>