diff options
author | blafoo <github@blafoo.de> | 2012-01-29 23:15:05 +0100 |
---|---|---|
committer | blafoo <github@blafoo.de> | 2012-01-29 23:15:05 +0100 |
commit | d155639b03e012deae8d201d7581ea4456e0dede (patch) | |
tree | 518423b6d5a1c0adcc6a97fa5414ce46372c512b /main/res/layout/main.xml | |
parent | 56f2474379db581abdfb2e74d70c6827c0c4b297 (diff) | |
download | cgeo-d155639b03e012deae8d201d7581ea4456e0dede.zip cgeo-d155639b03e012deae8d201d7581ea4456e0dede.tar.gz cgeo-d155639b03e012deae8d201d7581ea4456e0dede.tar.bz2 |
Black background. Fixes #1070
Diffstat (limited to 'main/res/layout/main.xml')
-rw-r--r-- | main/res/layout/main.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/res/layout/main.xml b/main/res/layout/main.xml index 6fd54f1..e1c25cf 100644 --- a/main/res/layout/main.xml +++ b/main/res/layout/main.xml @@ -137,7 +137,7 @@ android:layout_alignParentBottom="true" android:layout_marginLeft="16dip" android:layout_marginRight="16dip" - android:layout_marginBottom="48dip" + android:layout_marginBottom="64dip" android:background="@drawable/helper_bcg" > <ImageView android:layout_width="32dip" |