Make MediaInfoFragment scrollable
This commit is contained in:
parent
4a1c4639aa
commit
71ae0a886a
1 changed files with 183 additions and 178 deletions
|
@ -12,6 +12,10 @@
|
|||
type="dev.jdtech.jellyfin.viewmodels.MediaInfoViewModel" />
|
||||
</data>
|
||||
|
||||
<ScrollView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
@ -205,5 +209,6 @@
|
|||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
</ScrollView>
|
||||
|
||||
</layout>
|
||||
|
|
Loading…
Reference in a new issue