Android Question Window with title and buttons

PhillipMorris

Member
Licensed User
Longtime User
Can anybody please tell me how to implement this ?
I mean the window with curved corners, the title and the buttons on the bottom side.

Thanks.
unnamed.png
 

PhillipMorris

Member
Licensed User
Longtime User
Thank you both.
InputList with Holo.Light is quite close to what I need. I dont have the buttons on the bottom.
Is there a workaround ?

Thanks again.
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
you need to build your own solution.
I would suggest using the floatingwindows-class (See link in #2) and create a floating window with:
- A Label for the Title
- A CustomListView to view the items. Or a Listview if you dont need to have a radio-button.
- Two Buttons to Cancel/Accept the selection
 
Upvote 0
Top