From 118a8394e726bc2038dc992c49cf888b55629f03 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 11 May 2025 09:32:55 +0300 Subject: drop chrome fs custom view stuff --- .../src/main/res/layout/fragment_article.xml | 232 ++++++++++----------- 1 file changed, 110 insertions(+), 122 deletions(-) (limited to 'org.fox.ttrss/src/main/res/layout') 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 5696e889..eba96d75 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -1,157 +1,145 @@ - - - - + android:background="?colorSurfaceContainer" + android:layout_height="wrap_content"> - - + + android:layout_height="match_parent"> - + android:layout_height="wrap_content" + android:layout_weight="1" + android:textColor="?colorPrimary" + tools:text="Unreasonably long article title blah blah blah blah blah blah" + android:textSize="18sp" + android:gravity="start" /> - + - + + + - - - - - - - - - + + + + + + + app:cardBackgroundColor="?colorTertiaryContainer" + android:layout_margin="8dp" + app:strokeWidth="0dp" + android:layout_height="match_parent"> - + android:layout_height="wrap_content"> - - - - - - - - - - - - + android:layout_height="wrap_content" + android:layout_marginEnd="8dp" + android:textColor="?colorOnTertiaryContainer" + android:layout_weight="1" + android:textSize="12sp"/> + + + + + - + + + - + - + - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf