From 328df3c29bba93c2198f9905c23ea21f149b3291 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 7 May 2025 18:11:53 +0300 Subject: disable headline card borders --- org.fox.ttrss/src/main/res/layout/headlines_row.xml | 1 + org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml | 1 + 2 files changed, 2 insertions(+) (limited to 'org.fox.ttrss') diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row.xml b/org.fox.ttrss/src/main/res/layout/headlines_row.xml index d91c1082..52bbae56 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml @@ -6,6 +6,7 @@ android:layout_marginStart="8dp" android:layout_marginEnd="8dp" android:layout_marginTop="8dp" + app:strokeWidth="0dp" android:layout_width="wrap_content" android:layout_height="wrap_content"> diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml index c6184211..4b20d9cb 100755 --- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml +++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml @@ -7,6 +7,7 @@ android:layout_marginStart="8dp" android:layout_marginEnd="8dp" android:layout_marginTop="8dp" + app:strokeWidth="0dp" android:layout_width="wrap_content" android:layout_height="wrap_content"> -- cgit v1.2.3-54-g00ecf