aboutsummaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml8
1 files changed, 5 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 db407a22..f71ab5cc 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -24,12 +24,14 @@
<LinearLayout
app:layout_scrollFlags="scroll|enterAlways"
- android:padding="16dp"
+ android:paddingTop="0dp"
+ android:paddingStart="16dp"
+ android:paddingEnd="0dp"
+ android:paddingBottom="8dp"
android:id="@+id/article_header"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingBottom="6dp">
+ android:orientation="vertical">
<LinearLayout
android:orientation="horizontal"