I want to create application UI as per image available below. Can anyone here please guide me how can I achieve this?
Here data like 123 MB, 456MB are dynamic and will keep changing from application itself. So Ideally there should be 2 buttons and inside particular button we will need 2 images to show upload/download and 2 textview required to display bandwidth count.
But I could not figure that how this could be arrange together?
Regards,
Rajesh

You can use multiple nested
LinearLayouts. Something like this:EDIT: Any of the
LinearLayoutcan be set toclickableand withonClickListeneryou can register any action to it.