I find a good solution for me. Here's my new code (only the code
between FrameLayout):

<FrameLayout android:id="@android:id/tabcontent"
        android:layout_height="fill_parent"
        android:layout_width="fill_parent"
        android:paddingTop="62px">

        <ListView
                android:id="@+id/list"
                android:layout_height="fill_parent"
                android:layout_width="fill_parent"
                android:text="List"/>

        <RelativeLayout
                xmlns:android="http://schemas.android.com/apk/res/android";
                android:orientation="vertical"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:id="@+id/ll">

                <LinearLayout
                        
xmlns:android="http://schemas.android.com/apk/res/android";
                        android:orientation="vertical"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content"
                        android:id="@+id/unten"
                        android:layout_alignParentBottom="true"
                >
                        <TextView
                                android:id="@+id/text"
                                android:layout_height="fill_parent"
                                android:layout_width="fill_parent"
                                android:text="Text"
                        />
                </LinearLayout>

                <LinearLayout
                        
xmlns:android="http://schemas.android.com/apk/res/android";
                        android:orientation="vertical"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content"
                        android:id="@+id/oben"
                        android:layout_above="@id/unten"
                >
                <com.google.android.maps.MapView
                        android:id="@+id/mapview"
                        android:layout_width="fill_parent"
                        android:layout_height="wrap_content"
                        android:enabled="true"
                        android:clickable="true"
                        android:apiKey=".............."
                />
                </LinearLayout>
        </RelativeLayout>
</FrameLayout>

Regards,
Stefan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to