More recycler views
-artists detail activity not working yet
This commit is contained in:
parent
df0bbe29e3
commit
418b3a9e0f
21 changed files with 352 additions and 417 deletions
8
app/src/main/res/layout/fragment_recyclerview.xml
Normal file
8
app/src/main/res/layout/fragment_recyclerview.xml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<com.github.ksoichiro.android.observablescrollview.ObservableRecyclerView
|
||||
android:id="@+id/scroll"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:clipToPadding="false"
|
||||
android:divider="@null"
|
||||
android:dividerHeight="0dp"/>
|
||||
Loading…
Add table
Add a link
Reference in a new issue