Note that there are some explanatory texts on larger screens.

plurals
  1. POscrollView Inside Horizontal Scrollview not working properly
    primarykey
    data
    text
    <p>Hope we have good time.dude i m stuck in a little problem .when i place vertical scroll view inside horizontal scroll view then vertical scrollview not works properly.(i tried vice verse too by placing horizontal scroll view inside vertical.)</p> <p>when i try to scroll the layout just allow me to scroll in one direction not in both simultaneously. i think this is android genuine problem.</p> <p>kindly provide any solution . Regards</p> <pre><code>&lt;?xml version="1.0" encoding="utf-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:weightSum="1" &gt; &lt;LinearLayout android:id="@+id/linearLayout21" android:layout_width="fill_parent" android:layout_height="40dip" android:background="@drawable/top_bar_bg" &gt; &lt;TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center_vertical" android:layout_marginLeft="1dip" android:layout_marginTop="1dip" android:text=" Image card" android:textAppearance="?android:attr/textAppearanceLarge" &gt; &lt;/TextView&gt; &lt;/LinearLayout&gt; &lt;RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" &gt; &lt;TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" Description" android:textSize="20sp" &gt; &lt;/TextView&gt; &lt;EditText android:id="@+id/IMAGEVIEW_TEXTVEIW" android:layout_width="fill_parent" android:layout_height="100dp" android:layout_below="@+id/textView1" android:clickable="false" android:cursorVisible="false" android:focusable="false" android:gravity="top" &gt; &lt;/EditText&gt; &lt;/RelativeLayout&gt; &lt;LinearLayout android:id="@+id/linearLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" &gt; &lt;TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text=" Image" android:textSize="20sp" &gt; &lt;/TextView&gt; &lt;/LinearLayout&gt; &lt;RelativeLayout android:id="@+id/RelativeLayout1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginBottom="5dip" android:layout_marginTop="5dip" android:orientation="vertical" &gt; &lt;LinearLayout android:id="@+id/linearLayout2" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" &gt; &lt;HorizontalScrollView android:id="@+id/horizontalScrollView1" android:layout_width="match_parent" android:layout_height="match_parent" android:layout_gravity="fill_vertical|fill_horizontal" &gt; &lt;RelativeLayout android:id="@+id/RelativeLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center" android:layout_margin="5dip" &gt; &lt;ScrollView android:id="@+id/scrollView1" android:layout_width="fill_parent" android:layout_height="fill_parent" &gt; &lt;RelativeLayout android:id="@+id/RelativeLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_gravity="center" &gt; &lt;RelativeLayout android:id="@+id/relativeLayout2" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_centerInParent="true" &gt; &lt;ImageView android:id="@+id/IMAGE_VIEW" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_alignParentLeft="true" android:layout_alignParentTop="true" android:src="@drawable/diamond" &gt; &lt;/ImageView&gt; &lt;/RelativeLayout&gt; &lt;/RelativeLayout&gt; &lt;/ScrollView&gt; &lt;/RelativeLayout&gt; &lt;/HorizontalScrollView&gt; &lt;/LinearLayout&gt; &lt;/RelativeLayout&gt; &lt;/LinearLayout&gt; </code></pre>
    singulars
    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.
 

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