More recycler views

-artists detail activity not working yet
This commit is contained in:
Karim Abou Zeid 2015-03-13 19:13:27 +01:00
commit 418b3a9e0f
21 changed files with 352 additions and 417 deletions

View file

@ -1,15 +1,12 @@
package com.kabouzeid.gramophone.helper;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.widget.AdapterView;
import com.afollestad.materialdialogs.MaterialDialog;
import com.kabouzeid.gramophone.App;
import com.kabouzeid.gramophone.R;
import com.kabouzeid.gramophone.adapter.PlayingQueueAdapter;
import com.kabouzeid.gramophone.adapter.songadapter.SongAdapter;
import com.kabouzeid.gramophone.model.Song;
import com.mobeta.android.dslv.DragSortListView;