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,13 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
android:id="@+id/fragment_albumview"
android:id="@+id/fragment_album_view"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:padding="2dp">
<android.support.v7.widget.RecyclerView
android:id="@+id/absList"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"