summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/layout/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-03-15 13:31:14 +0300
committerAndrew Dolgov <[email protected]>2018-03-15 13:31:14 +0300
commitc9372162fb437d903fa12639dec7104faa1b8137 (patch)
treef339f7ba3c36e99a3686a8e343e887c8bf7f0fcd /org.fox.ttrss/src/main/res/layout/headlines_row.xml
parente88de0842e6523f1548cc54d965182b693bc9dbf (diff)
add attachments button for headlines fragment
also added dark variant for ic_attachment
Diffstat (limited to 'org.fox.ttrss/src/main/res/layout/headlines_row.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/layout/headlines_row.xml11
1 files changed, 11 insertions, 0 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 a57b6953..29181727 100755
--- a/org.fox.ttrss/src/main/res/layout/headlines_row.xml
+++ b/org.fox.ttrss/src/main/res/layout/headlines_row.xml
@@ -223,6 +223,17 @@
android:textStyle="italic" />
<ImageView
+ android:id="@+id/attachments"
+ android:layout_width="wrap_content"
+ android:layout_height="24dp"
+ android:layout_weight="0"
+ android:background="@drawable/ripple"
+ android:clickable="true"
+ android:paddingLeft="4dp"
+ android:paddingRight="4dp"
+ android:src="?ic_attachment" />
+
+ <ImageView
android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="24dp"