dashboard
repositories
filestore
activity
search
login
share
/
OpenMvvm
开源的mvvm项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
登录信息,头像上传
nilupeng
2022-08-10
2270c82c340e89b40291efa144dd5dd73710ff51
[share/OpenMvvm.git]
/
app
/
src
/
main
/
res
/
drawable
/
bg_white_corner_8.xml
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/white" />
<corners android:radius="8dp" />
</shape>