JavaNoober / BackgroundLibrary

A framework for directly generating shape through Tags, no need to write shape.xml again(通过标签直接生成shape,无需再写shape.xml)
Apache License 2.0
3.86k stars 469 forks source link

bl_stroke_position这个属性,怎么通过代码设置 #92

Closed liu-xinhui closed 4 years ago

liu-xinhui commented 4 years ago
Drawable drawable = new DrawableCreator.Builder()
                .setStrokeColor(Color.GRAY)
                .setStrokeWidth(1)
                .build();

貌似没有这个set方法

JavaNoober commented 4 years ago

是的,暂时没有,我晚点补充一下

JavaNoober commented 4 years ago

1.6.3 drawableCreater增加了setDrawable方法便于设置