summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.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_unread.xml
parentb5d4fac1413f0cb6cee261a8c9c69e6dc356a904 (diff)
bump version
add feedicon to headlines view on tablets
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml21
1 files changed, 16 insertions, 5 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 44f1c218..f493dce8 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -14,8 +14,11 @@
android:layout_height="match_parent"
android:background="?headlineUnreadBackground"
android:orientation="vertical"
- android:paddingTop="6dp" android:paddingLeft="6dp" android:paddingRight="6dp" android:paddingBottom="2dp" > >
-
+ android:paddingBottom="2dp"
+ android:paddingLeft="6dp"
+ android:paddingRight="6dp"
+ android:paddingTop="6dp" >
+
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
@@ -34,6 +37,14 @@
android:textColor="?headlineUnreadTextColor"
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
@@ -85,7 +96,7 @@
<CheckBox
android:id="@+id/selected"
android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />
@@ -105,18 +116,18 @@
android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginRight="8dp"
android:layout_weight="0"
android:clickable="true"
- android:layout_marginRight="8dp"
android:src="@drawable/ic_star_empty" />
<ImageView
android:id="@+id/published"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginRight="6dp"
android:layout_weight="0"
android:clickable="true"
- android:layout_marginRight="6dp"
android:src="@drawable/ic_unpublished" />
<ImageView