summaryrefslogtreecommitdiff
path: root/res/layout-port
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-19 09:20:15 +0400
committerAndrew Dolgov <[email protected]>2012-09-19 09:20:15 +0400
commit468660369720e1f05c202098aa750cfa474ad7bc (patch)
treea748141b3d6f3c2258fc6b7597d355ff8c4621d0 /res/layout-port
parent784a94cd7b5c98b6483a1973a5c2a94b6d1fc3be (diff)
fix portrait headline layout
Diffstat (limited to 'res/layout-port')
-rw-r--r--res/layout-port/headlines_row.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-port/headlines_row.xml b/res/layout-port/headlines_row.xml
index 568078a6..4a6679bc 100644
--- a/res/layout-port/headlines_row.xml
+++ b/res/layout-port/headlines_row.xml
@@ -10,7 +10,7 @@
<LinearLayout
android:id="@+id/linearLayout1"
android:layout_width="match_parent"
- android:layout_height="0dp"
+ android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical"
android:padding="3dip" >
@@ -34,7 +34,7 @@
<TextView
android:id="@+id/excerpt"
- android:layout_width="0dp"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
@@ -45,7 +45,7 @@
<LinearLayout
android:id="@+id/linearLayout4"
android:layout_width="match_parent"
- android:layout_height="0dp"
+ android:layout_height="wrap_content"
android:layout_weight="0"
android:gravity="center"
android:orientation="horizontal" >