I need to create a activity which should look like as a dialog box with a rounded corners.
For this requirement I set
android:theme=\"@android:sty
First, create a rounded corner shape drawable like so:
dialogbg.xml:
Then, go to the layout xml file for your activity, and change it's android:backgorund attribute like so