pandorapan/live/src/main/res/drawable/bg_turntable_audience.xml
2022-07-18 15:31:45 +08:00

11 lines
324 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="15dp"
android:topRightRadius="15dp"/>
<gradient
android:endColor="#2C3D51"
android:startColor="#2C3D51"
android:type="linear"
/>
</shape>