Android : Adding custom view to child of ScrollView -
i having problem scrollview when try add custom view child(relativelayout) of scrollview. it works correctly when remove scrollview. here's xml file <scrollview android:layout_width="wrap_content" android:layout_height="wrap_content" android:clickable="true" android:id="@+id/scrollview"> <relativelayout android:layout_width="match_parent" android:layout_height="match_parent" android:layout_below="@+id/relativelayout" android:layout_alignparentleft="true" android:layout_alignparentstart="true" android:layout_alignright="@+id/relativelayout" android:layout_alignend="@+id/relativelayout" android:id="@+id/rlselectable"> <view android:layout_width="match_parent" android:layout_he...