summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 14:01:59 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 14:01:59 +0400
commitcd2df32b453497a7acb1e3662c8df8a5f9411793 (patch)
treeca4a3e432be572410288ff0aaf418907070f1fc5 /res/layout/headlines_row_unread.xml
parent651029505689544bf9d7f49b8933a9cb9a0e272f (diff)
various layout readability updates
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml61
1 files changed, 26 insertions, 35 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index fafe39b5..7e8be39d 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -28,39 +28,23 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
- android:singleLine="true"
+ android:singleLine="false"
android:text="{Title...}"
android:textColor="?headlineUnreadTextColor"
- android:textSize="16sp" >
- </TextView>
+ android:textSize="16sp"
+ android:textStyle="bold" >
- <TextView
- android:id="@+id/excerpt"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:text="{Content excerpt...}"
- android:textColor="?headlineExcerptTextColor"
- android:textSize="13sp" >
</TextView>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/linerLayout3"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="vertical"
- android:padding="3dip" >
<TextView
android:id="@+id/feed_title"
- android:layout_width="match_parent"
+ android:layout_width="wrap_content"
android:layout_height="match_parent"
android:ellipsize="end"
android:gravity="center_horizontal"
@@ -70,14 +54,33 @@
android:textSize="10sp" />
<TextView
+ android:id="@+id/excerpt"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:text="{Content excerpt...}"
+ android:textColor="?headlineExcerptTextColor"
+ android:textSize="13sp" >
+ </TextView>
+
+ <TextView
android:id="@+id/date"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:text="Jan 01"
android:textColor="?headlineExcerptTextColor"
- android:textSize="10sp" >
- </TextView>
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
+ </LinearLayout>
+
+ <LinearLayout
+ android:id="@+id/linerLayout3"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:gravity="center"
+ android:orientation="vertical"
+ android:padding="3dip" >
<LinearLayout
android:id="@+id/linearLayout4"
@@ -105,16 +108,4 @@
</LinearLayout>
</LinearLayout>
- <ImageButton
- android:id="@+id/article_menu_button"
- android:layout_width="50dp"
- android:layout_height="wrap_content"
- android:layout_gravity="right"
- android:background="@android:color/transparent"
- android:paddingBottom="4dp"
- android:paddingRight="4dp"
- android:paddingTop="4dp"
- android:scaleType="fitEnd"
- android:src="@drawable/ic_mailbox_collapsed_holo_light" />
-
</LinearLayout> \ No newline at end of file