Is possible to set a drawable resources into the AlertDialog buttons keeping the process easy?
Thanks!
|
Is possible to set a drawable resources into the AlertDialog buttons keeping the process easy? Thanks!
| |||
|
feedback
|
|
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 | |||
|
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. | |||
|
feedback
|