dashboard
repositories
filestore
activity
search
login
admin
/
pregnancy_guard_android
孕妇哨安卓版
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
[*]将电磁版本的唤醒心跳改成两秒,唤醒之后回到30一次心跳 [*]整体版本页面显示的绝对安全换成了安全 [*]自定义语音修改和优化,添加了无声的选择
陈奇
2018-11-07
3bd6e9023e011336da840e11a9d48bb31c7a0261
[~admin/pregnancy_guard_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>