diff --git a/app/build.gradle b/app/build.gradle index 383d8375..48845442 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -32,7 +32,7 @@ android { vectorDrawables.useSupportLibrary = true applicationId "code.name.monkey.retromusic" - versionCode 314 + versionCode 315 versionName '3.1.400' multiDexEnabled true diff --git a/app/src/main/assets/retro-changelog.html b/app/src/main/assets/retro-changelog.html index fb553780..57271493 100644 --- a/app/src/main/assets/retro-changelog.html +++ b/app/src/main/assets/retro-changelog.html @@ -1 +1 @@ -

v3.1.400

v3.1.300

v3.1.240

v3.1.200

v3.0.570

If you see entire app white or dark or black select same theme in settings to fix

FAQ's

*If you face any UI related issues you clear app data and cache, if its not working try to uninstall and install again.

\ No newline at end of file +

v3.1.400

v3.1.300

v3.1.240

v3.1.200

v3.0.570

If you see entire app white or dark or black select same theme in settings to fix

FAQ's

*If you face any UI related issues you clear app data and cache, if its not working try to uninstall and install again.

\ No newline at end of file diff --git a/app/src/main/res/xml/pref_advanced.xml b/app/src/main/res/xml/pref_advanced.xml index 6bfe6682..3d1fac8c 100755 --- a/app/src/main/res/xml/pref_advanced.xml +++ b/app/src/main/res/xml/pref_advanced.xml @@ -23,6 +23,7 @@ android:defaultValue="30" android:key="filter_song" android:max="60" + app:showSeekBarValue="true" android:title="@string/pref_filter_song_title" app:iconSpaceReserved="false" /> diff --git a/app/src/main/res/xml/pref_now_playing_screen.xml b/app/src/main/res/xml/pref_now_playing_screen.xml index e3b7e5ae..a4f32060 100644 --- a/app/src/main/res/xml/pref_now_playing_screen.xml +++ b/app/src/main/res/xml/pref_now_playing_screen.xml @@ -31,6 +31,7 @@ android:defaultValue="12" android:key="new_blur_amount" android:max="25" + app:showSeekBarValue="true" android:summary="@string/pref_blur_amount_summary" android:title="@string/pref_blur_amount_title" app:iconSpaceReserved="false" />