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 13:10:53 +0400
committerAndrew Dolgov <[email protected]>2014-10-31 13:10:53 +0400
commitec156b69b0cae6d60d6e4091bba60eeb2c5f356f (patch)
treeef3ddc1c383c1b592ec8cf6de6a09cc64148d183 /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parent65b2d8920002b5d1778768661d8bb29de0c225d3 (diff)
add xxhdpi overflow icon; tweak headline row margins some more
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.xml4
1 files changed, 2 insertions, 2 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 a47822af..5163550a 100644
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -155,7 +155,7 @@
android:id="@+id/marked"
android:layout_width="16dp"
android:layout_height="16dp"
- android:layout_marginRight="10dp"
+ android:layout_marginRight="11dp"
android:layout_weight="0"
android:clickable="true"
android:src="@drawable/ic_star_empty" />
@@ -172,7 +172,7 @@
<ImageView
android:id="@+id/article_menu_button"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="16dp"
android:layout_weight="0"
android:paddingLeft="2dp"
android:paddingRight="6dp"