Rx Java and Normal compatible for all query
This commit is contained in:
parent
850036e5cc
commit
c2759e3ec0
89 changed files with 2900 additions and 1040 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue