公告板
版本库
filestore
活动
搜索
登录
main
/
U3DRepository
SDK版本仓库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
update 修正易乐渠道标识参数错误
client_Hale
2019-05-07
ed6e47f6cd24f612c2e8bc813a7b36f8cb888a01
[U3DRepository.git]
/
Project
/
mr_sdk
/
src
/
game_mrgame
/
res
/
drawable
/
mr_container_bg.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle" >
<corners android:radius="8dp" />
<solid android:color="#E6FFFFFF" />
</shape>