summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp
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
parentc3e8c5c4b1258c4d5be140d3b72b98cc6997da54 (diff)
tablet headline row layout updates
Diffstat (limited to 'res/layout-sw600dp')
-rw-r--r--res/layout-sw600dp/headlines_row.xml34
-rw-r--r--res/layout-sw600dp/headlines_row_selected.xml37
-rw-r--r--res/layout-sw600dp/headlines_row_unread.xml34
3 files changed, 37 insertions, 68 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
diff --git a/res/layout-sw600dp/headlines_row_selected.xml b/res/layout-sw600dp/headlines_row_selected.xml
index 52d85cee..b7bab698 100644
--- a/res/layout-sw600dp/headlines_row_selected.xml
+++ b/res/layout-sw600dp/headlines_row_selected.xml
@@ -28,7 +28,7 @@
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" >
-
+
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
@@ -39,7 +39,6 @@
android:textColor="?headlineSelectedTextColor"
android:textSize="16sp"
android:textStyle="bold" >
-
</TextView>
<TextView
@@ -50,25 +49,27 @@
android:textColor="?headlineSelectedExcerptTextColor"
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="?headlineSelectedExcerptTextColor"
+ 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="?headlineSelectedExcerptTextColor"
- android:textSize="13sp" >
- </TextView>
-
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
@@ -95,16 +96,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
diff --git a/res/layout-sw600dp/headlines_row_unread.xml b/res/layout-sw600dp/headlines_row_unread.xml
index 527d2aa9..e1ab6e28 100644
--- a/res/layout-sw600dp/headlines_row_unread.xml
+++ b/res/layout-sw600dp/headlines_row_unread.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