From 292c9bf15136f76fea8928ed7abb2b55fb316678 Mon Sep 17 00:00:00 2001 From: ueen Date: Fri, 14 May 2021 21:06:04 +0200 Subject: New media player screen (#5075) Co-authored-by: jonasburian Co-authored-by: ByteHamster --- app/src/main/res/layout/audioplayer_fragment.xml | 15 +-- app/src/main/res/layout/cover_fragment.xml | 124 +++++++++++++++++++-- app/src/main/res/layout/feeditem_fragment.xml | 4 +- .../main/res/layout/item_description_fragment.xml | 21 ++-- 4 files changed, 131 insertions(+), 33 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/audioplayer_fragment.xml b/app/src/main/res/layout/audioplayer_fragment.xml index c173371d3..f801930f5 100644 --- a/app/src/main/res/layout/audioplayer_fragment.xml +++ b/app/src/main/res/layout/audioplayer_fragment.xml @@ -15,16 +15,6 @@ app:navigationIcon="?homeAsUpIndicator" android:id="@+id/toolbar"/> - - + android:orientation="vertical" /> + + + android:layout_marginVertical="8dp" + android:gravity="center" + android:orientation="vertical"> + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/src/main/res/layout/feeditem_fragment.xml b/app/src/main/res/layout/feeditem_fragment.xml index 256f45fe7..f070b4fd0 100644 --- a/app/src/main/res/layout/feeditem_fragment.xml +++ b/app/src/main/res/layout/feeditem_fragment.xml @@ -1,6 +1,7 @@ @@ -185,7 +186,8 @@ + android:layout_height="match_parent" + app:preferVertical="3"> - + xmlns:app="http://schemas.android.com/apk/res-auto" + android:fillViewport="false" + app:preferVertical="10" + android:nestedScrollingEnabled="true"> - + android:layout_height="match_parent"/> - - - - - \ No newline at end of file + \ No newline at end of file -- cgit v1.2.3