Make Android Activity looks like dialog
- by Matroska
Hi,
I am trying to open a dialog on widget click. I have solved the problem skinning the activity started on click with android:theme="@android:style/Theme.Dialog". Unfortunately I cannot reach the same look of a dialog.
This is the outcome:
http://i50.tinypic.com/n15lcy.png
while I would like to reach this result (except for the button, of…