[android] Android textview usage as label and value

I want to group two textviews in a group and use like a label and value. Is there any component to group two textviews in android? How can it be accomplished in android layout?

Sample label value

This question is related to android android-layout

The answer is


You should implement a Custom List View, such that you define a Layout once and draw it for every row in the list view.