I have a Listview in my application. I have set the ScrollView to my LinearLayout. Now I want to set the ScrollView visible only while I am scrolling. If i am not scrolling, then it should not be shown.
Any idea for this view?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Assuming
View myView,myView.setScrollbarFadingEnabled(true);http://developer.android.com/reference/android/view/View.html#setScrollbarFadingEnabled%28boolean%29