iOS implementation corner and shadow,border and so on

This commit is contained in:
pengfei.zhou
2019-08-02 17:45:47 +08:00
parent 9a94ed5dda
commit e5648242f7
2 changed files with 28 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ class CounterView extends ViewHolder {
color: Color.parse('#000000'),
}
this.counter.textSize = 20
//this.counter.corners = 5
this.counter.corners = 5
vlayout.space = 20
vlayout.layoutConfig = {
alignment: new Gravity().center()