Styled the SearchView #43

This commit is contained in:
amazing-username
2019-04-07 17:23:42 -04:00
parent 7a5f5bfe1f
commit 31bdc60e13
5 changed files with 41 additions and 21 deletions
+10
View File
@@ -27,6 +27,16 @@
<item name="android:textSize">20sp</item>
</style>
<!--<style name="SongSearchViewStyle" parent="Widget.AppCompat.SearchView"> -->
<style name="SongSearchViewStyle">
<!-- Gets rid of the "underline" in the text -->
<item name="queryBackground">@color/song_searchView</item>
<!-- The hint text that appears when the user has not typed anything -->
<item name="queryHint">@string/song_search_hint</item>
<item name="android:editTextColor">@color/song_searchView_text</item>
<item name="android:textColorHint">@color/song_searchView_hint_text</item>
</style>
<style name="AppTheme.NoActionBar">
<item name="windowActionBar">false</item>
<item name="windowNoTitle">true</item>