公告板
版本库
filestore
活动
搜索
登录
陈嘉乐
/
HDLLinphoneSDK_AndroidNew
HDLLinphoneSDK_Android
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
送测
lss
2022-05-26
ff886457f58791eea4532f6167af51184d9dfe43
[~cjl/HDLLinphoneSDK_AndroidNew.git]
/
HDLLinphoneSDKDemoNew
/
HDLLinphoneSDK
/
src
/
main
/
res
/
drawable
/
lp_dialog_confirm_background.xml
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape>
<corners android:bottomRightRadius="15dp"/>
<solid android:color="#4484F4" />
</shape>
</item>
</layer-list>