summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
index b9db0c48..e5539b8d 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread_compact.xml
@@ -13,13 +13,13 @@
<FrameLayout
android:layout_marginRight="16dp"
android:layout_gravity="center_vertical|left"
- android:layout_width="64dp"
- android:layout_height="64dp">
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content">
<ImageView
android:clickable="true"
- android:layout_width="64dp"
- android:layout_height="64dp"
+ android:layout_width="48dp"
+ android:layout_height="48dp"
android:layout_gravity="center"
android:id="@+id/text_image"/>