Scrollview In Relativelayout --android
i have one RelativeLayout and i have some views(image and edittexts) and now i want to use scrollview.this is a my xml code
Solution 1:
use android:fillViewport="true"
inside the ScrollView
Post a Comment for "Scrollview In Relativelayout --android"