diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-28 14:50:03 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2013-05-28 14:50:03 +0400 |
| commit | 3fcdae62aa524ac5c9f6bf6363603221892b7481 (patch) | |
| tree | d0d012e356115c5e019756b159001f53dad101ca /res/layout-sw600dp/headlines.xml | |
| parent | ef98f624f25d9990045abe5fa6d592bbfa02dbf0 (diff) | |
ellipsize long feed titles
Diffstat (limited to 'res/layout-sw600dp/headlines.xml')
| -rw-r--r-- | res/layout-sw600dp/headlines.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout-sw600dp/headlines.xml b/res/layout-sw600dp/headlines.xml index 88aa8eb7..7e7f0e52 100644 --- a/res/layout-sw600dp/headlines.xml +++ b/res/layout-sw600dp/headlines.xml @@ -32,14 +32,14 @@ android:layout_width="match_parent"
android:layout_height="match_parent"
android:baselineAligned="false"
- android:weightSum="1.05"
+ android:weightSum="1.3"
android:orientation="horizontal" >
<FrameLayout
android:id="@+id/feeds_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="1"
+ android:layout_weight="1.1"
android:background="?feedlistBackground" >
</FrameLayout>
@@ -47,7 +47,7 @@ android:id="@+id/headlines_fragment"
android:layout_width="0dp"
android:layout_height="match_parent"
- android:layout_weight="2"
+ android:layout_weight="1.9"
android:background="?headlinesBackground" >
</FrameLayout>
</LinearLayout>
|