Skip to content

Instantly share code, notes, and snippets.

@kostovtd
Created February 15, 2017 21:40
Show Gist options
  • Save kostovtd/ec773c70102ada8fb430579c4a756883 to your computer and use it in GitHub Desktop.
Save kostovtd/ec773c70102ada8fb430579c4a756883 to your computer and use it in GitHub Desktop.
ConstantState constantStateDrawableA = drawableA.getConstantState();
ConstantState constantStateDrawableB = drawableB.getConstantState();
if(constantStateDrawableA.equals(constantStateDrawableB)) {
// do something
} else {
// do something else
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment