diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-09-10 12:03:32 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-09-10 12:03:32 +0400 |
| commit | 09fed5025fddc49bba6559082e56e3860bb1928e (patch) | |
| tree | e799f2c6db047b480df7bcc931752d996d79209d /res/layout/headlines_row.xml | |
| parent | afc8996fff1dfb8b4fa36db7a965100eafe3c852 (diff) | |
misc fixes
Diffstat (limited to 'res/layout/headlines_row.xml')
| -rw-r--r-- | res/layout/headlines_row.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/res/layout/headlines_row.xml b/res/layout/headlines_row.xml index 91b81a30..1cb583f6 100644 --- a/res/layout/headlines_row.xml +++ b/res/layout/headlines_row.xml @@ -1,9 +1,8 @@ <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
- android:layout_height="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
- android:padding="3dip" android:id="@+id/headlines_row" android:orientation="horizontal">
+ android:padding="3dip" android:id="@+id/headlines_row" android:orientation="horizontal" android:layout_height="wrap_content">
<CheckBox android:focusable="false"
android:paddingLeft="6dip" android:paddingRight="6dip" android:layout_height="wrap_content" android:layout_width="wrap_content" android:id="@+id/selected"></CheckBox>
|