diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:18:20 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 07:18:20 +0300 |
| commit | 471404bfb1d01616f91037ea42fea72296f0652a (patch) | |
| tree | 7882bc55eb7fa60bbb742aa0b2d6b7f370b4f71b /org.fox.ttrss/src/main/res/layout | |
| parent | 6647de817e071f7127a03f266732ab5c4554e00d (diff) | |
drop linkColor & fix article header padding
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout')
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/fragment_article.xml | 2 |
1 files changed, 1 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 f71ab5cc..ea244873 100755 --- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml +++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml @@ -26,7 +26,7 @@ app:layout_scrollFlags="scroll|enterAlways" android:paddingTop="0dp" android:paddingStart="16dp" - android:paddingEnd="0dp" + android:paddingEnd="8dp" android:paddingBottom="8dp" android:id="@+id/article_header" android:layout_width="match_parent" |