0

I'd want to create exactly the same custom dialog that you can find on Google documentation.

The dialog is this one:

Text Limit Dialog of Documentation

How I can do?

I need this dialog because I want that users can choose an integer to use it for something in my app.

Please help me.

I need exactly the same dialog.

Many Thanks

Filip Roséen - refp
  • 62,493
  • 20
  • 150
  • 196
Meroelyth
  • 5,310
  • 9
  • 42
  • 52

1 Answers1

5

Its not a scroll list. It's a NumberPicker. You'll need API 11+ to implement this. http://developer.android.com/reference/android/widget/NumberPicker.html

JiTHiN
  • 6,548
  • 5
  • 43
  • 69