公告板
版本库
filestore
活动
搜索
登录
android
/
charge
左晓为主开发手持机充值管理机
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
feat(generallibrary): 新增补卡功能并优化底部导航栏
zuoxiao
2025-04-11
040f1aba13b179ff318366680a6346af7fd97795
[android/charge.git]
/
baselibrary
/
src
/
main
/
res
/
drawable
/
fanxie.xml
1
2
3
4
5
6
7
8
9
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M12,2C6.5,2 2,6.5 2,12s4.5,10 10,10 10,-4.5 10,-10S17.5,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM7,15h10v2L7,17zM10.3,11.2L8.4,9.3 7,10.7l3.3,3.3L17,7.3l-1.4,-1.4z"
android:fillColor="#009ad6"/>
</vector>