summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/headlines_row_selected.xml')
-rw-r--r--res/layout/headlines_row_selected.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/headlines_row_selected.xml b/res/layout/headlines_row_selected.xml
index 849e2b6f..a4216ea8 100644
--- a/res/layout/headlines_row_selected.xml
+++ b/res/layout/headlines_row_selected.xml
@@ -36,6 +36,14 @@
android:text="Sample entry title"
android:textColor="?attr/headlineSelectedTextColor"
android:textSize="18sp" />
+
+ <ImageView
+ android:id="@+id/feed_icon"
+ android:layout_width="16dp"
+ android:layout_height="16dp"
+ android:scaleType="fitXY"
+ android:layout_weight="0"
+ android:src="@drawable/ic_published" />
</LinearLayout>
<LinearLayout