dashboard
repositories
filestore
activity
search
login
main
/
screen_android
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
提交
haijiang
2018-07-17
63b87b529196c056fb4d96a58eded3936d3445f2
[screen_android.git]
/
andbrickslib
/
src
/
main
/
res
/
drawable
/
error_circle.xml
1
2
3
4
5
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="oval" xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/transparent" />
<stroke android:color="@color/error_stroke_color" android:width="@dimen/common_circle_width" />
</shape>