Skip to content

Commit

Permalink
sample project: removed setCrossfadeEnabled call
Browse files Browse the repository at this point in the history
  • Loading branch information
astuetz committed Apr 29, 2013
1 parent 4667d22 commit 4f02415
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ private void changeColor(int newColor) {
} else {

TransitionDrawable td = new TransitionDrawable(new Drawable[] { oldBackground, ld });
td.setCrossFadeEnabled(true);

if (Build.VERSION.SDK_INT < Build.VERSION_CODES.JELLY_BEAN_MR1) {
td.setCallback(drawableCallback);
Expand Down

0 comments on commit 4f02415

Please sign in to comment.