Arthelh/NCNF

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

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item
        android:state_checked="true"
        android:drawable="@drawable/ic_article_black_24" />
    <item
        android:state_checked="false"
        android:drawable="@drawable/ic_outline_article_24" />
</selector>