summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <fox@fakecake.org>2025-05-06 16:09:18 +0300
committerAndrew Dolgov <fox@fakecake.org>2025-05-06 16:09:18 +0300
commitf1b36d0733c1616b6aad8da8c8c5da2de89ccabf (patch)
treef79c47845bf311e3e5c1e1f671c8adb7f893a6a4
parentdadff9f5b83169298ba462c328aa2db0c7b7acff (diff)
adjust article fragment header layout oddities
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/fragment_article.xml17
1 files changed, 4 insertions, 13 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 cffc7c33..5e8e98a8 100755
--- a/org.fox.ttrss/src/main/res/layout/fragment_article.xml
+++ b/org.fox.ttrss/src/main/res/layout/fragment_article.xml
@@ -45,42 +45,33 @@
android:textAlignment="viewStart"
tools:text="Unreasonably long article title blah blah blah blah blah blah"
android:textColor="?articleHeaderTextColor"
- android:textSize="18sp"
- android:layout_marginRight="8dp"
+ android:textSize="16sp"
android:gravity="start" />
<com.google.android.material.button.MaterialButton
style="?attr/materialIconButtonStyle"
android:id="@+id/score"
android:layout_width="wrap_content"
- android:layout_height="24dp"
+ android:layout_height="wrap_content"
android:layout_weight="0"
- android:background="@drawable/ripple"
- android:clickable="true"
- android:layout_marginLeft="8dp"
app:icon="?ic_action_trending_flat"
android:layout_gravity="center_vertical|end" />
<com.google.android.material.button.MaterialButton
style="?attr/materialIconButtonStyle"
android:id="@+id/attachments"
- android:background="@drawable/ripple"
android:layout_width="wrap_content"
- android:layout_height="24dp"
+ android:layout_height="wrap_content"
android:layout_weight="0"
- android:layout_marginLeft="8dp"
- android:clickable="true"
app:icon="?ic_attachment_vert"
android:layout_gravity="center_vertical|end" />
<com.google.android.material.button.MaterialButton
style="?attr/materialIconButtonStyle"
android:id="@+id/share"
- android:background="@drawable/ripple"
android:layout_width="wrap_content"
- android:layout_height="24dp"
+ android:layout_height="wrap_content"
android:layout_weight="0"
- android:clickable="true"
app:icon="?ic_share"
android:layout_gravity="center_vertical|end" />
</LinearLayout>