summaryrefslogtreecommitdiff
path: root/res/layout-sw600dp-port
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-sw600dp-port
parent651029505689544bf9d7f49b8933a9cb9a0e272f (diff)
various layout readability updates
Diffstat (limited to 'res/layout-sw600dp-port')
-rw-r--r--res/layout-sw600dp-port/headlines_row_selected.xml56
1 files changed, 13 insertions, 43 deletions
diff --git a/res/layout-sw600dp-port/headlines_row_selected.xml b/res/layout-sw600dp-port/headlines_row_selected.xml
index dd313d25..8a60b217 100644
--- a/res/layout-sw600dp-port/headlines_row_selected.xml
+++ b/res/layout-sw600dp-port/headlines_row_selected.xml
@@ -4,6 +4,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:background="?headlineSelectedBackgroundSolid"
+ android:padding="4sp"
android:orientation="vertical" >
<LinearLayout
@@ -34,7 +35,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
- android:singleLine="true"
+ android:singleLine="false"
android:text="{Title...}"
android:textColor="?headlineSelectedTextColor"
android:textSize="16sp"
@@ -53,58 +54,27 @@
</LinearLayout>
<LinearLayout
- android:id="@+id/linerLayout3"
+ android:id="@+id/linearLayout4"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
- android:orientation="vertical"
- android:padding="3dip" >
+ android:paddingRight="15px" >
- <TextView
- android:id="@+id/date"
+ <ImageView
+ android:id="@+id/marked"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="Jan 01"
- android:textColor="?headlineSelectedExcerptTextColor"
- android:textSize="13sp" >
- </TextView>
+ android:clickable="true"
+ android:src="@android:drawable/star_off" />
- <LinearLayout
- android:id="@+id/linearLayout4"
+ <ImageView
+ android:id="@+id/published"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:gravity="center"
- android:paddingRight="2sp" >
-
- <ImageView
- android:id="@+id/marked"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:src="@android:drawable/star_off" >
- </ImageView>
-
- <ImageView
- android:id="@+id/published"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:clickable="true"
- android:src="@drawable/ic_rss_bw" >
- </ImageView>
- </LinearLayout>
+ android:clickable="true"
+ android:src="@drawable/ic_rss_bw" />
</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>
</LinearLayout> \ No newline at end of file