From 71ae0a886abd3223044a845c4bbccf228dd2d054 Mon Sep 17 00:00:00 2001 From: Jarne Demeulemeester Date: Wed, 23 Jun 2021 14:57:16 +0200 Subject: [PATCH] Make MediaInfoFragment scrollable --- .../main/res/layout/fragment_media_info.xml | 361 +++++++++--------- 1 file changed, 183 insertions(+), 178 deletions(-) diff --git a/app/src/main/res/layout/fragment_media_info.xml b/app/src/main/res/layout/fragment_media_info.xml index 907e83b8..780492e4 100644 --- a/app/src/main/res/layout/fragment_media_info.xml +++ b/app/src/main/res/layout/fragment_media_info.xml @@ -12,198 +12,203 @@ type="dev.jdtech.jellyfin.viewmodels.MediaInfoViewModel" /> - - - + android:layout_height="match_parent"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:orientation="vertical" + tools:context=".fragments.MediaInfoFragment"> + android:text="@{viewModel.item.originalTitle}" + android:textAppearance="@style/TextAppearance.AppCompat.Body1" /> - - + android:layout_marginHorizontal="24dp" + android:layout_marginBottom="16dp"> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +