summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml b/org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml
index 149ff555..5371dce3 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_selected.xml
@@ -73,13 +73,12 @@
</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
+ <org.fox.ttrss.util.EnlargingImageView
android:id="@+id/flavor_image"
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -87,8 +86,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>