公告板
版本库
活动
搜索
登录
android
/
OverseasOrderPickupCounter
海外点餐取餐柜
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
bug
陈力
2023-06-14
0fbbf8c20ece1586a119fd4accc962fe73b5b268
[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>