summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-28 21:04:41 +0300
committerAndrew Dolgov <[email protected]>2014-10-28 21:04:41 +0300
commit1c4b41085e960ba85f563a4e4b9ea163191e0399 (patch)
tree7db80a6c17ac6eada2449adf81c3976d95dae6bf /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parentd7734987adc2dffa116dd9b8f7ac1f171e067446 (diff)
remove flavor image borders
add workaround against UI flicker bug
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
1 files changed, 1 insertions, 3 deletions
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 de5ea006..0ebe6699 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -76,7 +76,7 @@
android:id="@+id/flavorImageHolder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:padding="10dp"
+ android:paddingBottom="4dp"
android:layout_span="2">
<org.fox.ttrss.util.EnlargingImageView
@@ -85,10 +85,8 @@
android:layout_height="wrap_content"
android:layout_gravity="center"
android:adjustViewBounds="true"
- android:background="@drawable/flavor_image_border"
android:scaleType="fitCenter"
android:cropToPadding="true"
- android:padding="2dp"
android:visibility="visible" />
</FrameLayout>
</TableRow>