I have an application that records video,what i want is a little window at the top right of the screen (like Skype does). I am not sure but i think i should resize the activity. any suggestions ?
thank you
I have an application that records video,what i want is a little window at the top right of the screen (like Skype does). I am not sure but i think i should resize the activity. any suggestions ?
thank you
You can define your activity as dialog in Manifest
file.
<activity android:theme="@android:style/Theme.Dialog" />