Is possible to set a drawable resources into the AlertDialog buttons keeping the process easy?

Thanks!

link|improve this question

37% accept rate
feedback

2 Answers

You cannot customize AlertDialog buttons. You can use Custom Dialog instead. Customize AlertDialog Footer

Here are details: http://www.helloandroid.com/tutorials/how-display-custom-dialog-your-android-application

link|improve this answer
feedback

I think you are also asking about how to make a custom button as well as a custom alert. Use ImageButton:

http://developer.android.com/reference/android/widget/ImageButton.html

So you will need to both create a custom Alert class as mentioned above and then use ImageButton in the layout so you can replace the button image with whatever you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.