How do I add 10 buttons to AlertDialog in Android? -


i trying create alertdialog 10 buttons in alertdialog there 3 buttons.

the solution create view contains 10 buttons, , add dialog via

new alertdialog.builder().setview( your10buttonview )... 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -