summaryrefslogtreecommitdiff
path: root/res/layout/headlines_row_unread.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-21 17:01:26 +0400
committerAndrew Dolgov <[email protected]>2013-04-21 17:01:26 +0400
commit0b2345344bb16bdb70470b630008e194e3a0133c (patch)
treee0a09ed38e37ef358d67a2c9b0ed81ceb5421d63 /res/layout/headlines_row_unread.xml
parentb67e6ff9c54ef7f377ffc9b0b4f7702ff695188f (diff)
support actionbarsherlock
Diffstat (limited to 'res/layout/headlines_row_unread.xml')
-rw-r--r--res/layout/headlines_row_unread.xml21
1 files changed, 1 insertions, 20 deletions
diff --git a/res/layout/headlines_row_unread.xml b/res/layout/headlines_row_unread.xml
index d7cb0e08..186048e6 100644
--- a/res/layout/headlines_row_unread.xml
+++ b/res/layout/headlines_row_unread.xml
@@ -53,36 +53,17 @@
android:layout_width="match_parent"
android:layout_height="match_parent" >
- <LinearLayout
- android:id="@+id/feed_and_author"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
<TextView
android:id="@+id/feed_title"
android:layout_width="wrap_content"
android:layout_height="match_parent"
- android:ellipsize="end"
- android:layout_weight="0.5"
- android:singleLine="true"
- android:text="{Feed title...}"
- android:textColor="?headlineExcerptTextColor"
- android:textSize="10sp" />
-
- <TextView
- android:id="@+id/author"
- android:layout_width="wrap_content"
- android:layout_height="match_parent"
android:layout_weight="0.5"
android:ellipsize="end"
- android:gravity="right"
android:singleLine="true"
- android:text="{Author}"
+ android:text="{Feed title...}"
android:textColor="?headlineExcerptTextColor"
android:textSize="10sp" />
- </LinearLayout>
-
<TextView
android:id="@+id/author"
android:layout_width="wrap_content"