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

@ -27,8 +27,8 @@ android {
applicationId "com.kabouzeid.gramophone"
minSdkVersion 16
targetSdkVersion 22
versionCode 32
versionName "0.9.17b dev-1"
versionCode 33
versionName "0.9.18b dev-1"
}
buildTypes {