diff options
| -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"> |