Added a lyrics dialog. Updated the SlidingUpPanelLayout lib which fixes a few sliding issues. Fixed an issue where the sling panel would get stuck somewhere in the middle. Fixed a NPE in an asynctask onPostExecute().

This commit is contained in:
Karim Abou Zeid 2016-03-29 18:17:57 +02:00
commit 9b17931cd6
9 changed files with 197 additions and 8 deletions

View file

@ -134,7 +134,7 @@ dependencies {
compile 'com.android.support:preference-v7:23.2.1'
compile 'com.github.ksoichiro:android-observablescrollview:1.6.0'
compile 'com.github.kabouzeid:SeekArc:1.2-kmod'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.1-kmod'
compile 'com.github.kabouzeid:AndroidSlidingUpPanel:3.3.0-kmod2'
compile 'com.squareup.retrofit2:retrofit:2.0.0'
compile 'com.squareup.retrofit2:converter-gson:2.0.0'
compile 'com.jakewharton:butterknife:7.0.1'