Is there a SDK provided UI element to display a Title and Subtitle in a List’s row? I can do it manually by creating a row XML, but want to do it so often in so may apps that wondered if there is a built-in way.
Share
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.
The
android.R.layout.simple_list_item_2layout, which shows the first item in large text and the second item in smaller text, is probably what you need.