I have a list view and want each cell in my within it to be disabled so that when you tap on it the text colors stay the same.
But I want it to be scrollable.
How can I achieve this?
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.
This similar post might be of help. The general approach is to disable all the items instead of the whole view. Essentially:
ArrayAdapter(or any other adapter)isEnabled(int position)to returnfalseareAllItemsEnabled()to returnfalse