diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:11:53 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2025-05-07 18:11:53 +0300 |
| commit | 328df3c29bba93c2198f9905c23ea21f149b3291 (patch) | |
| tree | c7de2d4de7f83037755dbec8cb7397ff76c3a894 | |
| parent | f88aa097dfa381c63812c12c22f67dd3e97206a5 (diff) | |
disable headline card borders
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row.xml | 1 | ||||
| -rwxr-xr-x | org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml | 1 |
2 files changed, 2 insertions, 0 deletions
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"> |