summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp/headlines_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-31 13:25:23 +0400
committerAndrew Dolgov <[email protected]>2012-12-31 13:25:23 +0400
commit651029505689544bf9d7f49b8933a9cb9a0e272f (patch)
treed620a46b7c71ae3879826ab9170b9ee846381f2f /res/layout-sw600dp/headlines_row.xml
parentc3e8c5c4b1258c4d5be140d3b72b98cc6997da54 (diff)
tablet headline row layout updates
Diffstat (limited to 'res/layout-sw600dp/headlines_row.xml')
-rw-r--r--res/layout-sw600dp/headlines_row.xml34
1 files changed, 12 insertions, 22 deletions
diff --git a/res/layout-sw600dp/headlines_row.xml b/res/layout-sw600dp/headlines_row.xml
index e23bf87d..2983823e 100644
--- a/res/layout-sw600dp/headlines_row.xml
+++ b/res/layout-sw600dp/headlines_row.xml
@@ -50,25 +50,27 @@
android:textColor="?headlineExcerptTextColor"
android:textSize="13sp" >
</TextView>
- </LinearLayout>
+
+ <TextView
+ android:id="@+id/date"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:text="Jan 01"
+ android:textColor="?headlineExcerptTextColor"
+ android:textSize="11sp"
+ android:textStyle="italic" />
+ </LinearLayout>
+
<LinearLayout
android:id="@+id/linerLayout3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginRight="15px"
android:gravity="center"
android:orientation="vertical"
android:padding="3dip" >
- <TextView
- android:id="@+id/date"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Jan 01"
- android:textColor="?headlineExcerptTextColor"
- android:textSize="13sp" >
- </TextView>
-
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
@@ -95,16 +97,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