公告板
版本库
filestore
活动
搜索
登录
陈嘉乐
/
AndroidDemo
AndroidDemo
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2020-12-10 1.更新
JLChen
2020-12-10
a8c5f79b0d93adfa7f23601dd0fee30edc14f0d4
[~cjl/AndroidDemo.git]
/
linphone-android-master
/
app
/
src
/
main
/
res
/
drawable
/
divider.xml
1
2
3
4
5
6
7
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<size
android:width="1dp"
android:height="1dp" />
<solid android:color="@color/light_grey_color" />
</shape>