Is there an example or maybe an already implemented ListPreference for Android, which has a TextView and a Button to add a new value to the list?
Something like this:
|————————| |Add|
- item
- item
- item
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 is quite simple to do.
2.1 Create a new adapter in which you use your custom layout (standard adapter)
2.2 call builder.setAdapter()
see http://blog.isys-labs.com/creating-a-custom-listpreference/