summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml
index 833c09e2..8d03620b 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected_unread.xml
@@ -74,11 +74,10 @@
</LinearLayout>
<FrameLayout
- android:paddingTop="3dp"
android:id="@+id/flavorImageHolder"
android:layout_width="match_parent"
- android:layout_gravity="center"
- android:layout_height="wrap_content" >
+ android:layout_height="wrap_content"
+ android:padding="10dp" >
<org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
@@ -88,8 +87,8 @@
android:adjustViewBounds="true"
android:background="@drawable/flavor_image_border"
android:scaleType="fitCenter"
- android:cropToPadding="true"
- android:padding="2dp"
+ android:cropToPadding="true"
+ android:padding="2dp"
android:visibility="gone" />
</FrameLayout>