Which dialog is best for this?
1) For asking user input for new name for a folder? Single text field and OK/cancel bottons.
2) Asking user input for modifying size of multiple files? Single text field, few seekbars, OK/cancel buttons.
3) Just displaying properties of a file with multiple colors.
It would be best if I could do this within a single activity, and I’m calling these dialings via context menu.
A simple
AlertDialogwith a customViewlayout for its content will probably be sufficient.