made channel activity use recycler view
This commit is contained in:
parent
557bcc40ef
commit
1ab82dfa32
7 changed files with 33 additions and 22 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue