pdlivexp/common/src/main/res/drawable/backgroud_live_open_right.xml

5 lines
190 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#FFC621" />
<corners android:radius="21dp" />
</shape>