summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-08 16:20:40 +0300
committerAndrew Dolgov <[email protected]>2015-06-08 16:20:40 +0300
commit6ab91236b44d8a783092c83e1999de0652c1bd4b (patch)
tree05c4ed56d886473f29eab11d2ce8934f77946776 /org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
parent89baa99ea54846edd8a46bd2e8f25427eea92ce3 (diff)
preferences layout: remove unnecessary dp height
add matching material overflow icon for headlines list
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row_unread.xml4
1 files changed, 2 insertions, 2 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 acfd6988..79e212c0 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row_unread.xml
@@ -180,11 +180,11 @@
android:id="@+id/article_menu_button"
android:background="@drawable/ripple"
android:layout_width="wrap_content"
- android:layout_height="16dp"
+ android:layout_height="24dp"
android:layout_weight="0"
android:paddingLeft="4dp"
android:paddingRight="4dp"
- android:src="@drawable/ic_action_overflow" />
+ android:src="?ic_dots_vertical" />
</LinearLayout>
</TableRow>
</TableLayout>