Note that there are some explanatory texts on larger screens.

plurals
  1. POAutoCompleteTextView's item not clickable inside HorizontalScrollView?
    primarykey
    data
    text
    <p>After I place a <code>HorizontalScrollView</code> surrounding the <code>RelativeLayout</code>, the <code>AutoCompleteTextView</code> is working, the dropdownlist is shown, but the list item is not clickable. So anything I can change?</p> <pre><code>&lt;HorizontalScrollView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"&gt; &lt;RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" &gt; &lt;ImageView android:id="@+id/favicon" android:layout_width="20dp" android:layout_height="24dp" android:layout_marginLeft="4dp" android:scaleType="fitXY" android:src="@drawable/ic_launcher" android:paddingTop="3dp" android:contentDescription="favicon" /&gt; &lt;TextView android:id="@+id/text1" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginLeft="26dp" android:text="" android:singleLine="true" android:ellipsize="end" android:textSize="16sp" android:textStyle="bold" /&gt; &lt;TextView android:id="@+id/text2" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_below="@+id/text1" android:singleLine="true" android:ellipsize="end" android:textSize="14sp" android:text="" android:paddingBottom="3dp" /&gt; &lt;/RelativeLayout&gt; &lt;/HorizontalScrollView&gt; </code></pre> <p>I found this question <a href="https://stackoverflow.com/questions/16299145/textview-is-not-clickable-inside-scrollview-in-listview?rq=1">TextView is not clickable inside scrollview in listview?</a> but it isn't working, the ontouch event is not rise up.</p>
    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.
 

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