dashboard
repositories
filestore
activity
search
login
share
/
OpenMvvm
开源的mvvm项目
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
README.md 完善
Runt
2022-08-14
024fabb9b4098b3842019d496b0fb15fec0191a0
[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>