I need to implement user popup dialogs, but they don’t look like standard. I guess, there’s a way of implementing custom popups by means of Android’s functionality (custom dialogs), but is it possible to decorate them ?
Yet it might not be the best solution for this problem – should I try something else like hidden layouts ?
Thank you.
Yes you can change your Dialog box as you want.You can do this by creating a custom dialog box.
Step1. Create a style in String file in res
Step2. Create the xml file in layouts
Step3. Write code of custom dialog box in src