From f44e5a67123d47c1637fcc8f7b25537c4fabe8ea Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 2 Oct 2020 16:11:14 +0300 Subject: fix headlines fab --- .../src/main/res/layout/fragment_article.xml | 45 ++++++++++------------ .../src/main/res/layout/fragment_headlines.xml | 19 +++++---- .../main/res/layout/fragment_headlines_offline.xml | 19 +++++---- org.fox.ttrss/src/main/res/values-night/style.xml | 2 +- org.fox.ttrss/src/main/res/values/style.xml | 6 +-- 5 files changed, 42 insertions(+), 49 deletions(-) (limited to 'org.fox.ttrss/src/main/res') 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 e9fea26c..d14f6d88 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -5,7 +5,6 @@ android:layout_height="match_parent" android:background="?articleBackground"> - + android:layout_height="wrap_content"> + + + android:layout_height="match_parent"> @@ -114,27 +122,26 @@ + + + android:layout_height="match_parent"> - - - - - + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml index 56a1137a..170eab8d 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_headlines_offline.xml @@ -18,15 +18,14 @@ android:layout_height="match_parent" /> - + \ No newline at end of file diff --git a/org.fox.ttrss/src/main/res/values-night/style.xml b/org.fox.ttrss/src/main/res/values-night/style.xml index c81d4b31..e9b143df 100644 --- a/org.fox.ttrss/src/main/res/values-night/style.xml +++ b/org.fox.ttrss/src/main/res/values-night/style.xml @@ -29,7 +29,7 @@ @android:color/white @android:color/transparent @android:color/white - @style/FabTheme + #e0e0e0 ?colorPrimary #303030 diff --git a/org.fox.ttrss/src/main/res/values/style.xml b/org.fox.ttrss/src/main/res/values/style.xml index 6dbda125..ecc13527 100755 --- a/org.fox.ttrss/src/main/res/values/style.xml +++ b/org.fox.ttrss/src/main/res/values/style.xml @@ -36,7 +36,7 @@ @android:color/transparent @android:color/black @android:color/black - @style/FabTheme + ?colorPrimary #cccccc @@ -142,8 +142,8 @@ - + --> \ No newline at end of file -- cgit v1.2.3