pdlivexp/live/src/main/res/drawable/bg_live_room_msg.xml
zlzw 5bcbe7cd9a add:直播间新增私信悬浮窗
update:会话页面适配半屏模式
2022-09-05 16:49:10 +08:00

9 lines
441 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:width="42dp" android:height="48dp">
<shape android:shape="rectangle">
<solid android:color="#33ffffff" />
<corners android:topLeftRadius="100dp" android:topRightRadius="0dp" android:bottomLeftRadius="100dp" android:bottomRightRadius="0dp" />
</shape>
</item>
</selector>