summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 14:21:57 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 14:21:57 +0400
commit09c3fdf39c23257938a57e1df9244e48640ab616 (patch)
treef5e759a38469e7b503fccf292ef74bc4fd77864e /res/layout/headlines_row_unread.xml
parentf29014eb2ff3be7ec73407d5df5aed50160410c2 (diff)
various more layout tweaks
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml44
1 files changed, 17 insertions, 27 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index 7e8be39d..4884c8c2 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -5,7 +5,7 @@
android:layout_height="wrap_content"
android:background="?headlineUnreadBackground"
android:orientation="vertical" >
-
+
<LinearLayout
android:id="@+id/linearLayout6"
android:layout_width="match_parent"
@@ -21,13 +21,14 @@
android:paddingLeft="6dip"
android:paddingRight="6dip" >
</CheckBox>
-
+
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
- android:orientation="vertical" >
+ android:orientation="vertical"
+ android:padding="3dp" >
<TextView
android:id="@+id/title"
@@ -73,38 +74,27 @@
android:textStyle="italic" />
</LinearLayout>
-
+
<LinearLayout
- android:id="@+id/linerLayout3"
+ android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
- android:orientation="vertical"
- android:padding="3dip" >
+ android:paddingRight="6dp" >
- <LinearLayout
- android:id="@+id/linearLayout4"
+ <ImageView
+ android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="center"
- android:paddingRight="2sp" >
-
- <ImageView
- android:id="@+id/marked"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:src="@android:drawable/star_off" >
- </ImageView>
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
- <ImageView
- android:id="@+id/published"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:src="@drawable/ic_rss_bw" >
- </ImageView>
- </LinearLayout>
+ <ImageView
+ android:id="@+id/published"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:clickable="true"
+ android:src="@drawable/ic_rss_bw" />
</LinearLayout>
</LinearLayout>