android-openrat

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 66f711fa640ab7820e5803cc80352ca92e814cc6
parent 3e5fa624dace983987a04c5364e6731e08b63345
Author: dankert <devnull@localhost>
Date:   Sun, 16 Oct 2011 04:16:26 +0200

Bild mit weniger \"padding\".

Diffstat:
res/layout/listing_entry.xml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/res/layout/listing_entry.xml b/res/layout/listing_entry.xml @@ -4,7 +4,7 @@ android:layout_height="fill_parent" android:padding="5sp"> <ImageView android:id="@+id/listentry_image" - android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="20sp"> + android:layout_width="wrap_content" android:layout_height="wrap_content" android:padding="5sp"> </ImageView> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"