公告板
版本库
filestore
活动
搜索
登录
android
/
pipIrrApp
管灌系统巡查员智能手机App
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
1.添加网络视频的显示功能相关
zuoxiao
2025-01-10
c2c902a3bf998632ffffa9c1508aceba7b5a7b45
[android/pipIrrApp.git]
/
app
/
src
/
main
/
res
/
drawable
/
order_state_finish_bg.xml
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#1890FF" />
<corners android:radius="5dp" />
<stroke
android:width="1dp"
android:color="#1572C6" />
</shape>