Intelligence_Games/app/src/main/res/drawable/right_bg.xml
2024-08-30 16:51:41 +08:00

10 lines
417 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@color/app_pass_color" />
<!-- right answer bg-->
<corners
android:bottomLeftRadius="@dimen/corners_20"
android:bottomRightRadius="@dimen/corners_20"
android:topLeftRadius="@dimen/corners_20"
android:topRightRadius="@dimen/corners_20" />
</shape>