Make MediaInfoFragment scrollable

This commit is contained in:
Jarne Demeulemeester 2021-06-23 14:57:16 +02:00
parent 4a1c4639aa
commit 71ae0a886a
No known key found for this signature in database
GPG key ID: 60884A0C1EBA43E5

View file

@ -12,6 +12,10 @@
type="dev.jdtech.jellyfin.viewmodels.MediaInfoViewModel" /> type="dev.jdtech.jellyfin.viewmodels.MediaInfoViewModel" />
</data> </data>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -205,5 +209,6 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
</ScrollView>
</layout> </layout>