/**
* Set the Alert's Background Drawable Resource
*
* @param drawableResId Drawable Resource Id
* @return This Alerter
*/
public Alerter setBackgroundResource(@DrawableRes final int drawableResId) {
if (getAlert() != null) {
getAlert().setAlertBackgroundResource(drawableResId);
}
return this;
}
Alerter.java 文件源码
java
阅读 62
收藏 0
点赞 0
评论 0
项目:Alerter
作者:
评论列表
文章目录