Fixed Audio Fade, Crossfade & Android Auto search

This commit is contained in:
Prathamesh More 2021-09-18 14:10:22 +05:30
parent 7f683eb0ee
commit ee7545f64e
15 changed files with 269 additions and 79 deletions

4
appthemehelper/src/main/res/values/attrs.xml Executable file → Normal file
View file

@ -16,6 +16,10 @@
<attr name="ateKey_pref_color" format="string" />
</declare-styleable>
<declare-styleable name="ATESeekBarPreference">
<attr name="ateKey_pref_unit" format="string" />
</declare-styleable>
<declare-styleable name="ATEDialogPreference">
<attr name="ateKey_pref_dialog" format="string" />
</declare-styleable>