diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-10-18 00:07:38 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-10-18 00:07:38 +0400 |
| commit | cc67716030f04c014b6a36be33318676c2f91872 (patch) | |
| tree | 2eff2922319317c41ec4a7de5b0eb719fc2685b9 /res/layout/headlines_row_selected_unread.xml | |
| parent | b5d4fac1413f0cb6cee261a8c9c69e6dc356a904 (diff) | |
bump version
add feedicon to headlines view on tablets
Diffstat (limited to 'res/layout/headlines_row_selected_unread.xml')
| -rw-r--r-- | res/layout/headlines_row_selected_unread.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/res/layout/headlines_row_selected_unread.xml b/res/layout/headlines_row_selected_unread.xml index 0fa6e213..d6457e62 100644 --- a/res/layout/headlines_row_selected_unread.xml +++ b/res/layout/headlines_row_selected_unread.xml @@ -37,6 +37,14 @@ android:textColor="?headlineSelectedTextColor"
android:textSize="18sp"
android:textStyle="bold" />
+
+ <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
|