summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-31 12:02:46 +0300
committerAndrew Dolgov <[email protected]>2014-10-31 12:02:46 +0300
commit65b2d8920002b5d1778768661d8bb29de0c225d3 (patch)
tree65c642bdd056cc69f500f502402b242497e8d8ba /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent36d832df61a81cac789b6674e6bd3f9f85e59f17 (diff)
tweak headlines action images a bit, fix their size
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rw-r--r--org.fox.ttrss/src/main/res/layout/headlines_row.xml10
1 files changed, 5 insertions, 5 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 328ece4f..a47822af 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -153,17 +153,17 @@
<ImageView
android:id="@+id/marked"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginRight="8dp"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
+ android:layout_marginRight="10dp"
android:layout_weight="0"
android:clickable="true"
android:src="@drawable/ic_star_empty" />
<ImageView
android:id="@+id/published"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
android:layout_marginRight="6dp"
android:layout_weight="0"
android:clickable="true"