10 lines
417 B
XML
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> |