pdlivexp/common/src/main/res/drawable/background_sud_game_input.xml
2024-01-10 15:48:10 +08:00

5 lines
228 B
XML

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