开发者

Is it possible to change the CheckBox/RadioButton Drawables in an AlertDialog.Builder?

开发者 https://www.devze.com 2023-03-13 15:14 出处:网络
If so, how can I do this?Even subclassing it would be easier than creating a custom Dialog containing a ListView, then creating Adapters and Listeners for that.I already have a working C开发者_JAVA技巧

If so, how can I do this? Even subclassing it would be easier than creating a custom Dialog containing a ListView, then creating Adapters and Listeners for that. I already have a working C开发者_JAVA技巧heckBox Drawable that I've used throughout my application; same for a RadioButton. I'd just like to change the look of the default AlertDialog.Builder to use those Drawables.

Thanks for any help!

0

精彩评论

暂无评论...
验证码 换一张
取 消