https://github.com/wmpscc/wintertraining2017
2018年冬实验室培训
https://github.com/wmpscc/wintertraining2017
Last synced: 2 months ago
JSON representation
2018年冬实验室培训
- Host: GitHub
- URL: https://github.com/wmpscc/wintertraining2017
- Owner: wmpscc
- Created: 2018-01-20T03:18:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-21T09:14:36.000Z (over 7 years ago)
- Last Synced: 2025-01-21T00:16:53.920Z (4 months ago)
- Language: Java
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
### Button
##### XML
``` XML
android:textAllCaps="false" // 取消字母大写
android:onClick="onClick" // 绑定按钮监听事件
android:gravity="center" //布局内容的位置
android:layout_gravity="center_horizontal" //相对父布局的位置
```