0

I am working with android.I am looking to display my oncreate view as a popup window instead of setcontent view. How Can I make On create view as popup window in android???

RajaReddy PolamReddy
  • 22,428
  • 19
  • 115
  • 166
Manoj Varma
  • 70
  • 1
  • 12

1 Answers1

0

Apply this to your activity tag in manifest

android:theme="@android:style/Theme.Dialog"

Then layout set with setContentView, it will be shown as Dialog

Sonali8890
  • 2,005
  • 12
  • 16