Skip to content

Instantly share code, notes, and snippets.

@NotWoods
Created August 19, 2019 16:47
Show Gist options
  • Save NotWoods/26cf2bdc7a569165f9881a16f828e508 to your computer and use it in GitHub Desktop.
Save NotWoods/26cf2bdc7a569165f9881a16f828e508 to your computer and use it in GitHub Desktop.
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/enabled"
android:drawable="@drawable/ic_protection_enabled"
android:state_enabled="true" />
<item
android:id="@+id/disabled"
android:drawable="@drawable/ic_protection_disabled" />
</selector>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment