Snacky icon indicating copy to clipboard operation
Snacky copied to clipboard

Add background drawable support

Open akexorcist opened this issue 4 years ago • 0 comments

Sometime, we need to custom the Snackbar's background. So I added the setter for background by drawable resource

Snacky.builder()
    .setBackgroundResource(R.drawable.shape_background_white_round_corner)
    ...
    .build()
    .show();

akexorcist avatar Jun 15 '20 10:06 akexorcist