summaryrefslogtreecommitdiff
path: root/res/layout-port/headlines_row_selected.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-port/headlines_row_selected.xml')
-rw-r--r--res/layout-port/headlines_row_selected.xml28
1 files changed, 9 insertions, 19 deletions
diff --git a/res/layout-port/headlines_row_selected.xml b/res/layout-port/headlines_row_selected.xml
index 46df3f71..c7451d96 100644
--- a/res/layout-port/headlines_row_selected.xml
+++ b/res/layout-port/headlines_row_selected.xml
@@ -14,16 +14,17 @@
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
-
+
<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="There are many variations of passages of Lorem Ipsum available"
android:textColor="?headlineSelectedTextColor"
- android:textSize="16sp" />
+ android:textSize="16sp"
+ android:textStyle="bold" />
<LinearLayout
android:id="@+id/linerLayout3"
@@ -56,7 +57,7 @@
android:layout_height="wrap_content"
android:layout_weight="0"
android:focusable="false" />
-
+
<TextView
android:id="@+id/date"
android:layout_width="match_parent"
@@ -64,8 +65,9 @@
android:layout_weight="1"
android:text="Jan 01, 00:00"
android:textColor="?headlineSelectedExcerptTextColor"
- android:textSize="11sp" />
-
+ android:textSize="10sp"
+ android:textStyle="italic" />
+
<TextView
android:id="@+id/feed_title"
android:layout_width="wrap_content"
@@ -76,7 +78,7 @@
android:singleLine="true"
android:text="{Feed title...}"
android:textColor="?headlineSelectedExcerptTextColor"
- android:textSize="11sp" />
+ android:textSize="10sp" />
<ImageView
android:id="@+id/marked"
@@ -96,16 +98,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