diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 16:23:38 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-08 16:23:38 +0300 |
| commit | 30e5f028f7ade469d87b12f0f68d228be511ed2e (patch) | |
| tree | 82eb37539795f55ef1ba3609b79c39226db2ecfe /org.fox.ttrss/src/main/res | |
| parent | 862d99586c3c9de5d41bddb45e7330eab3cd40d3 (diff) | |
try setting margins inside webview content so scrollbar is properly positioned
Diffstat (limited to 'org.fox.ttrss/src/main/res')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 1 |
1 files changed, 0 insertions, 1 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 197a8077..e78ab258 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -190,7 +190,6 @@ <com.telefonica.nestedscrollwebview.NestedScrollWebView android:id="@+id/article_content" - android:layout_marginTop="8dp" app:layout_behavior="@string/appbar_scrolling_view_behavior" android:layout_width="match_parent" android:layout_height="wrap_content" /> |