Sharingang/Sharingang-Android

View on GitHub
app/src/main/res/drawable/radio_button_right_unchecked.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<shape android:shape="rectangle" xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="@color/uncheckedCustomSelector"/>
    <corners
        android:topRightRadius="5dp"
        android:bottomRightRadius="5dp"/>
</shape>