Zitat:
Zitat von ktt Hi,
ich habe mal wieder ein Problem und bin am verzweifeln.
Ich habe ein Layout mit rund 10 Elementen leider kann ich sie nicht alle sehen
weil sie zuviel Platz brauchen.
Wie mache ich es nutze im Moment ein LinearLayout weil es eigentlich hieß das es wenn es platz braucht scrollt.
Die Elemente stehen alle nur untereinander.
Danke für die Hilfe im Vorraus |
Habs mittlerweile dann doch raus bekommen.
Will es aber niemand vorenthalten.
<LinearLayout
android:id ="@+id/widget76"
android:layout_width ="fill_parent"
android:layout_height ="fill_parent"
xmlns:android ="http://schemas.android.com/
apk/res/android">
<ScrollView android:layout_width="fill_parent" android:layout_height="wrap_content">
<RelativeLayout
android:id ="@+id/widget77"
android:layout_width ="fill_parent"
android:layout_height ="fill_parent">
....................
</RelativeLayout>
</ScrollView>
</LinearLayout>