-1

I want to show an input dialog exactly like this: enter image description here

On the android dev page I couldn't find a fitting dialog type? (Alerts, simple dialogs and confirmation dialogs) I would appreciate it if someone could explain which component this is.

Solenya
  • 694
  • 6
  • 21

1 Answers1

0

You should use simple Dialog fragment.

Refer following link http://stacktips.com/tutorials/android/android-dialog-fragment-example

Nikhil Vadoliya
  • 1,542
  • 10
  • 17