Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Your above code is work for me means Scrolling is working in your above code from my side.</p> <p>If your side this code not working than Try this.</p> <pre><code>&lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" &gt; &lt;ScrollView android:layout_width="fill_parent" android:layout_height="fill_parent" android:id="@+id/ScrollView01" &gt; &lt;LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" android:paddingTop="50dp" android:weightSum="1" android:layout_marginTop="67dp" &gt; &lt;ImageView android:id="@+id/artistImageView" android:layout_width="fill_parent" android:layout_height="150dp" android:paddingTop="10dp" android:layout_marginTop="67dp" android:background="#000000" /&gt; &lt;TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="BIOGRAPHY" android:textColor="#eeeeee" android:background="#000000" android:id="@+id/txt1" /&gt; &lt;ImageView android:src="@drawable/separator_bio" android:scaleType="fitXY" android:layout_width="fill_parent" android:layout_height="wrap_content" android:background="#000000" android:id="@+id/sep1" /&gt; &lt;TextView android:id="@+id/artistView" android:layout_width="fill_parent" android:layout_height="wrap_content" android:textStyle="bold" android:textColor="#ffffff" android:paddingLeft="10dp" android:paddingRight="5dp" android:background="#000000" /&gt; &lt;/LinearLayout&gt; &lt;/ScrollView&gt; &lt;/LinearLayout&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload