An open API service indexing awesome lists of open source software.

https://github.com/wmpscc/wintertraining2017

2018年冬实验室培训
https://github.com/wmpscc/wintertraining2017

Last synced: 2 months ago
JSON representation

2018年冬实验室培训

Awesome Lists containing this project

README

        

### Button
##### XML
``` XML
android:textAllCaps="false" // 取消字母大写
android:onClick="onClick" // 绑定按钮监听事件
android:gravity="center" //布局内容的位置
android:layout_gravity="center_horizontal" //相对父布局的位置
```