Rx Java and Normal compatible for all query

This commit is contained in:
h4h13 2019-08-02 14:29:40 +05:30
parent 850036e5cc
commit c2759e3ec0
89 changed files with 2900 additions and 1040 deletions

View file

@ -650,4 +650,14 @@
<string name="saf_guide_slide3_description">Do not open any sub-folders</string>
<string name="deleting_songs">Deleting songs</string>
<string name="hemanth_savarala">Hemanth Savarala</string>
<string name="albums_label">Albums</string>
<string name="artists_label">Artists</string>
<string name="playlists_label">Playlists</string>
<string name="history_label">History</string>
<string name="top_tracks_label">Top Tracks</string>
<string name="queue_label">Queue</string>
<string name="action_cycle_repeat">Cycle repeat mode</string>
<string name="action_toggle_shuffle">Toggle shuffle mode</string>
<string name="action_toggle_favorite">Toggle favorite</string>
</resources>

View file

@ -150,4 +150,12 @@
<style name="AppTextField" parent="Widget.MaterialComponents.TextInputLayout.FilledBox">
<item name="boxBackgroundColor">@color/text_field_background</item>
</style>
<style name="CarTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- App bg, drawer right side, notification icon badge, overview "now playing" icon -->
<item name="colorPrimaryDark">@color/md_deep_purple_500</item>
<!-- Spinner, progress bar, FAB -->
<item name="colorAccent">@color/md_deep_orange_A400</item>
</style>
</resources>