Skip to content

Commit

Permalink
add fade to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Fisher authored and Jonathan Fisher committed Jul 13, 2017
1 parent c80aa1a commit 110551c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/main/java/fisk/chipclouddemo/DemoActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public class DemoActivity extends AppCompatActivity {
.checkedTextColor(Color.parseColor("#ffffff"))
.uncheckedChipColor(Color.parseColor("#e0e0e0"))
.uncheckedTextColor(Color.parseColor("#000000"))
.showClose(Color.parseColor("#a6a6a6"));
.showClose(Color.parseColor("#a6a6a6"), 500);

ChipCloud drawableWithCloseChipCloud = new ChipCloud(this, flexboxDrawableWithClose, drawableWithCloseConfig);
drawableWithCloseChipCloud.addChip("Anna A", ContextCompat.getDrawable(this, R.drawable.anna_a));
Expand Down

0 comments on commit 110551c

Please sign in to comment.