diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-10 20:47:24 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-10 20:47:24 +0300 |
| commit | bc5fd208926c779a1ae912c10b3f446cc2629bea (patch) | |
| tree | 1ab9590f46c817e32b251f8ab3b60763a6951bc8 /org.fox.ttrss/src/main/res/layout/fragment_article.xml | |
| parent | 6c7fec94127e62975e2a5213a3af4010089a9702 (diff) | |
wip bottom appbar
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/fragment_article.xml')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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 e75980b0..5696e889 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -14,12 +14,12 @@ <com.otaliastudios.nestedscrollcoordinatorlayout.NestedScrollCoordinatorLayout android:layout_width="match_parent" - android:layout_height="wrap_content"> + android:layout_height="match_parent"> <com.google.android.material.appbar.AppBarLayout android:layout_width="match_parent" android:background="?colorSurfaceContainer" - android:layout_height="match_parent"> + android:layout_height="wrap_content"> <com.google.android.material.card.MaterialCardView app:layout_scrollFlags="scroll|enterAlways" @@ -150,7 +150,7 @@ android:id="@+id/article_content" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:layout_width="match_parent" - android:layout_height="wrap_content" /> + android:layout_height="match_parent" /> </com.otaliastudios.nestedscrollcoordinatorlayout.NestedScrollCoordinatorLayout> |