I have created the simple list view with base adapter.Now I want to add the simple line after the each item in list view.can anyone please tell how to do it.
Thank you.
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.
Hi
This done using the http://developer.android.com/reference/android/widget/ListView.html#attr_android:divider
Please not forget to set the android:deviderHeight otherwise it will not show.
Thank for support