leak_canary_count_text.xml
TLDR
This file defines a selector for the color of a text, depending on its state.
This file does not have any methods or classes.
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_enabled="true" android:color="@color/leak_canary_gray_darkest" />
<item android:color="@color/leak_canary_yellow" />
</selector>