0

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

Maxim Toyberman
  • 1,906
  • 1
  • 20
  • 35

1 Answers1

0

You can define your activity as dialog in Manifest file.

<activity android:theme="@android:style/Theme.Dialog" />
Godfather
  • 833
  • 9
  • 14