Fixed an annoying bug in the MusicControllerActivity where the recents card of the app is placed at the wrong position when switching between the songs. Also some code clean ups.

This commit is contained in:
Karim Abou Zeid 2015-06-11 16:28:04 +02:00
commit b07e602651
12 changed files with 182 additions and 57 deletions

View file

@ -5,8 +5,7 @@
<Preference
android:key="equalizer"
android:title="@string/equalizer"
android:layout="@layout/preference_custom" />
android:title="@string/equalizer" />
</com.kabouzeid.gramophone.prefs.DynamicPreferenceCategory>