- Forum-Beiträge: 88
06.05.2022, 16:36:38 via Website
06.05.2022 16:36:38 via Website
Guten Abend,
Mich würde es interessieren, ob es OK ist ScrollView in Fragments zu verschachteln?
Beispielsweise so:
<?xml version="1.0" encoding="utf-8"?>
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".HeadingsFragment">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/textView3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Auch gibt es niemanden, der den Schmerz an sich liebt,... " />
...
...
Mir geht es darum einigermassen sauber zu programmieren, damit ich vielleicht die App mal im Play Store veröffentlichen könnte. Damit die App auch durch die Prüfung von Google gehen wurde ohne alllzu grosse Probleme.
Ich wünsche Euch ein schönes Wochenende.
Petra Ritter