summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-10-18 00:53:18 +0400
committerAndrew Dolgov <[email protected]>2013-10-18 00:53:18 +0400
commit0a7c9640d72c156c5496326d802eaae89a9bf658 (patch)
tree0c20322f06db5ca9eeb198bcc831c8b710dd181a /res/layout/headlines_row_unread.xml
parentcc67716030f04c014b6a36be33318676c2f91872 (diff)
Revert "bump version"
This reverts commit cc67716030f04c014b6a36be33318676c2f91872.
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml21
1 files changed, 5 insertions, 16 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index f493dce8..44f1c218 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -14,11 +14,8 @@
android:layout_height="match_parent"
android:background="?headlineUnreadBackground"
android:orientation="vertical"
- android:paddingBottom="2dp"
- android:paddingLeft="6dp"
- android:paddingRight="6dp"
- android:paddingTop="6dp" >
-
+ android:paddingTop="6dp" android:paddingLeft="6dp" android:paddingRight="6dp" android:paddingBottom="2dp" > >
+
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
@@ -37,14 +34,6 @@
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
@@ -96,7 +85,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" />
@@ -116,18 +105,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