Skip to content

Commit

Permalink
✅ 测试xtag标签
Browse files Browse the repository at this point in the history
  • Loading branch information
stars-one committed May 6, 2023
1 parent 4e5d8a6 commit 0dfaad1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/test/java/com/starsone/controls/ControlDemoView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ class ControlDemoView : View("My View") {
xCircleImageView("/x5.jpg", 50.0)
xCircleImageView(SimpleStringProperty("/x5.jpg"), 50.0)
}
val simpleStringpro = SimpleStringProperty("免费")
xTag(simpleStringpro)
}


Expand Down

0 comments on commit 0dfaad1

Please sign in to comment.