From 39d707061fc481ca8163444f224339fe6b2314b1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Oct 2020 15:16:55 +0300 Subject: use coordinator layout / appbarlayout to deal with collapsing toolbars and article header --- .../src/main/res/layout/fragment_article.xml | 102 +++++++++++---------- 1 file changed, 53 insertions(+), 49 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml') diff --git a/org.fox.ttrss/src/main/res/layout/fragment_article.xml b/org.fox.ttrss/src/main/res/layout/fragment_article.xml index da8b13d7..e9fea26c 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -10,32 +10,23 @@ android:id="@+id/article_fullscreen_video" android:visibility="invisible" android:layout_width="fill_parent" - android:layout_height="fill_parent"> + android:layout_height="fill_parent"/> - + android:layout_height="match_parent"> - - - - + android:layout_height="wrap_content"> @@ -117,7 +106,6 @@ android:gravity="right" android:layout_marginLeft="10dp" android:fontFamily="sans-serif-light" - android:text="Jan 01, 12:00" android:textAppearance="?android:attr/textAppearanceSmall" android:textColor="?headlineSecondaryTextColor" android:textSize="12sp" /> @@ -126,35 +114,52 @@ - + - - - + + + android:layout_height="match_parent" + android:orientation="vertical" > + + + + + + + + + - - + -- cgit v1.2.3