mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-05-19 07:47:18 +02:00
Fix scroll downloaded playlists
This commit is contained in:
parent
635749dfe4
commit
2fd0a9a41d
@ -128,13 +128,17 @@
|
|||||||
tools:text="(7 playlists, 85 videos)"
|
tools:text="(7 playlists, 85 videos)"
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
<HorizontalScrollView
|
||||||
|
android:layout_width="match_parent"
|
||||||
|
android:layout_height="wrap_content">
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:id="@+id/downloads_playlist_list"
|
android:id="@+id/downloads_playlist_list"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
<!--Fill Programmatically-->
|
<!--Fill Programmatically-->
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
</HorizontalScrollView>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<!--Videos-->
|
<!--Videos-->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user