made channel activity use recycler view

This commit is contained in:
Christian Schabesberger 2016-08-03 13:09:48 +02:00
parent 557bcc40ef
commit 1ab82dfa32
7 changed files with 33 additions and 22 deletions

View file

@ -285,8 +285,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_below="@id/detailSimilarTitle">
</android.support.v7.widget.RecyclerView>
android:layout_below="@id/detailSimilarTitle"/>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>

View file

@ -96,11 +96,12 @@
android:id="@+id/channel_content_view"
android:visibility="visible">
<LinearLayout
<android.support.v7.widget.RecyclerView
android:id="@+id/channel_streams_view"
android:orientation="vertical"
android:layout_gravity="fill_vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/channel_streams_view">
</LinearLayout>
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
</android.support.v4.widget.NestedScrollView>
</android.support.design.widget.CoordinatorLayout>

View file

@ -272,8 +272,7 @@
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/detailSimilarTitle">
</android.support.v7.widget.RecyclerView>
android:layout_below="@id/detailSimilarTitle"/>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>