公告板
版本库
活动
搜索
登录
android
/
OverseasOrderPickupCounter
海外点餐取餐柜
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
员工流程
lmw
2024-09-04
f4a6d4f0996238f9c85e4986deffe69a1c8256e6
[android/OverseasOrderPickupCounter.git]
/
app
/
src
/
main
/
res
/
drawable
/
back_go_button.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"
android:shape="rectangle" >
<solid
android:color="#010010"/>
<corners
android:radius="45dp"/>
</shape>