diff options
| author | Bananeweizen <bananeweizen@gmx.de> | 2012-05-02 20:09:41 +0200 |
|---|---|---|
| committer | Bananeweizen <bananeweizen@gmx.de> | 2012-05-02 20:09:41 +0200 |
| commit | 2b566f2e55a9bc9332a12e4bc14e221ee00518e1 (patch) | |
| tree | 193cb7781d81d28e51e36c309741f3dd2e7ca042 | |
| parent | 4ef132cfd89b6824ae29339cb514aa37ded2ce2c (diff) | |
| download | cgeo-2b566f2e55a9bc9332a12e4bc14e221ee00518e1.zip cgeo-2b566f2e55a9bc9332a12e4bc14e221ee00518e1.tar.gz cgeo-2b566f2e55a9bc9332a12e4bc14e221ee00518e1.tar.bz2 | |
fix #1480: different hights in selection/non selection modes
| -rw-r--r-- | main/res/layout/caches_item.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/res/layout/caches_item.xml b/main/res/layout/caches_item.xml index 2385e08..72b2cb3 100644 --- a/main/res/layout/caches_item.xml +++ b/main/res/layout/caches_item.xml @@ -3,8 +3,6 @@ android:id="@+id/one_cache" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:paddingBottom="6dip" - android:paddingTop="6dip" android:background="?background_color" > <!-- selection mode checkbox --> @@ -39,6 +37,7 @@ android:layout_marginRight="110dip" android:layout_toRightOf="@+id/log_status_mark" android:layout_gravity="left" + android:paddingTop="5dip" android:paddingRight="3dip" android:lines="1" android:singleLine="true" @@ -52,12 +51,13 @@ <TextView android:id="@+id/info" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:layout_marginTop="28dip" + android:layout_marginTop="30dip" android:layout_marginRight="110dip" android:layout_alignParentBottom="true" android:layout_toRightOf="@id/log_status_mark" android:layout_gravity="left" android:paddingRight="3dip" + android:paddingBottom="5dip" android:lines="1" android:singleLine="true" android:scrollHorizontally="true" |
