I have in my android application a listview.
I have 3 images should be used as BG.
1 for the list top – with top rounded edges
1 for the buttom list – with buttom rounded edgest
1 for middle – sharp edges.
How can I use these as BG?
Yoav
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.
So basically, you want to have a custom layout for the first and the last item of your listview, and all the other elements will have the same layout? Right?
Maybe you should read this: http://android.amberfog.com/?p=296
Most important code is here: