summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_selected.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-18 00:07:38 +0400
committerAndrew Dolgov <[email protected]>2013-10-18 00:07:38 +0400
commitcc67716030f04c014b6a36be33318676c2f91872 (patch)
tree2eff2922319317c41ec4a7de5b0eb719fc2685b9 /res/layout/headlines_row_selected.xml
parentb5d4fac1413f0cb6cee261a8c9c69e6dc356a904 (diff)
bump version
add feedicon to headlines view on tablets
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