Single-provider search
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user