Files
adif-api-reverse-engineering/apk_decompiled/resources/res/drawable/radio_rounded_selected.xml

9 lines
325 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
<corners android:radius="2dp"/>
<solid android:color="@color/button_selected_darkgrey"/>
<stroke
android:width="1dp"
android:color="@android:color/white"/>
</shape>