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

View file

@ -21,6 +21,7 @@
android:defaultValue="0"
android:key="cross_fade_duration"
android:layout="@layout/list_item_view_seekbar"
app:ateKey_pref_unit="s"
android:max="12"
android:summary="@string/pref_summary_cross_fade"
android:title="@string/pref_title_cross_fade"

View file

@ -86,6 +86,7 @@
android:summary="@string/pref_blur_amount_summary"
android:title="@string/pref_blur_amount_title"
app:icon="@drawable/ic_blur_on"
app:ateKey_pref_unit="px"
app:showSeekBarValue="true" />
</code.name.monkey.appthemehelper.common.prefs.supportv7.ATEPreferenceCategory>