ExpandButtonLayout.java 文件源码

java
阅读 45 收藏 0 点赞 0 评论 0

项目:ExpandButton 作者:
/**
 * 设置圆角背景
 */
private void initBackGround(){
    int fillColor = getResources().getColor(R.color.colorPrimary);
    GradientDrawable gd = new GradientDrawable();//创建drawable
    gd.setColor(fillColor);
    //圆角半径等于高度的一半,合成之后是一个完整的圆
    gd.setCornerRadius(allHeight/2f);
    gd.getPadding(new Rect(0,0,0,0));
    setBackground(gd);
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号