Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d55743a commit 8b382aaCopy full SHA for 8b382aa
README.md
@@ -50,8 +50,8 @@ implementation 'com.yhw.library:taglayout:1.0.1'
50
```
51
52
##### 布局属性
53
-*app:defaultChoicePosition="0" //单选时默认选中项*
54
-*app:choiceMode="none" //设置选择模式,支持单选(singleChoice)和多选(multipleChoice) 默认(none)表示不设置选择模式*
+1. app:defaultChoicePosition="0" //单选时默认选中项
+2. app:choiceMode="none" //设置选择模式,支持单选(singleChoice)和多选(multipleChoice) 默认(none)表示不设置选择模式
55
56
57
#### 动态添加数据
0 commit comments