Files
MonsterCards/Android/app/src/main/res/drawable/radio_button_checked.xml
Tom Hicks 54d0918ee0 Makes radio buttons suck less.
Styles the advantage picker and proficiency picker.
Makes the saving throws screen nicer.
2021-07-01 02:21:41 -07:00

7 lines
249 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/colorPrimary" />
<corners android:radius="@dimen/corner_radius" />
</shape>