diff --git a/src/android/Fridge/default.properties b/src/android/Fridge/default.properties index 402f98cc7..19c96655d 100644 --- a/src/android/Fridge/default.properties +++ b/src/android/Fridge/default.properties @@ -10,4 +10,4 @@ # Indicates whether an apk should be generated for each density. split.density=false # Project target. -target=android-2 +target=android-4 diff --git a/src/android/Fridge/res/layout/main.xml b/src/android/Fridge/res/layout/main.xml index 1e531d52c..67ce499fb 100644 --- a/src/android/Fridge/res/layout/main.xml +++ b/src/android/Fridge/res/layout/main.xml @@ -1,5 +1,6 @@ + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:padding="5dip"/>