How to scroll the edittext inside the scrollview
问题 I have a scrollview inside which there is a editext which is multiline . I want to scroll the edittext to see the lower content but it can't be done. <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" > <LinearLayout android:layout_width="fill_parent" android:layout_height="50dp" android:background="@android:color/holo_blue_light"