Hello, i cant figure out whats wrong, and slowly this turnes into an "showstopper" for me... if i use a simple ImageView like this everything works fine (ImageView is centered on bottom)
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/ android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="#269" android:gravity="center_horizontal" > <ImageView android:id="@+id/icon" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_alignParentBottom="true" android:src="@drawable/icon" /> </RelativeLayout> Using a SurfaceView instead just get layouted on top of the Screen, why ? Thanks for any advice, Jens -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

