ScrollView zeigt den Inhalt nicht vollständig an.

  • Hallo zusammen,


    ich probieren jetzt schon eine ganze Weile rum, bekomme es aber nicht hin!



    Ich habe in einen


    LinearLayout
    ein TextView = Überschrift
    ein ImageView = Bild 400x400
    ein TextView = "Beschreibung:"
    ein TextView = Dynamischer Text


    Wenn ich jetzt das ganze in ein ScrollView setze verschwindet die Überschrift, je nach dem mit viele Zeilen das 3 Textfeld gefüllt wird.


    Wenn ich die Überschrift mit PaddingTop="150dp" angebe, sieht es bei 80% der Datensätze gut, aber beim Rest eben nicht.
    Desweiteren wird unter dem 3 TextView mindesten 2cm Abstand zum Ende des View angehängt!?



    Ich bin ratlos, hätte hier jemand einen Rat für mich?


    Code
    <?xml version="1.0" encoding="utf-8" ?> - <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="match_parent" android:background="@drawable/background" android:gravity="center" android:isScrollContainer="true" android:orientation="vertical">- <ScrollView android:id="@+id/ScrollView01" android:layout_width="match_parent" android:layout_height="match_parent">- <LinearLayout android:id="@+id/RelativeLayout01" android:layout_width="fill_parent" android:layout_height="match_parent" android:layout_gravity="center" android:gravity="center" android:orientation="vertical">  <TextView android:id="@+id/TextKartenName" style="@style/MapInfoName" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_gravity="center_horizontal" android:gravity="center" android:paddingTop="150dp" android:text="KartenName" /> <ImageView android:id="@+id/KartenPic" android:layout_width="match_parent" android:layout_height="400px" android:layout_gravity="center" android:src="@drawable/icon" /> <TextView style="@style/MapInfoText1" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="left" android:paddingTop="20dp" android:paddingLeft="20dp" android:paddingBottom="2dp" android:text="@string/Beschreibung" /> <TextView android:id="@+id/TextKartenInfo" style="@style/MapInfoText2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:gravity="left" android:paddingLeft="20dp" android:text="Medium Text" /> </LinearLayout></ScrollView></RelativeLayout>


    Mfg OJMD

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!