shadow-layout icon indicating copy to clipboard operation
shadow-layout copied to clipboard

Some changes mainly include colorful shadows and enhanced preview experience

Open RubiTree opened this issue 7 years ago • 1 comments

I just make two small change to this library:

  1. Bitmap.Config is ALPHA_8 before, this will make shadow color invalid, so I change it to ARGB_4444, and allow use opaque color draw shadow.
  2. Cause shadow layer can not preview in xml, so I directly set the background shadow color in edit mode.

RubiTree avatar Jun 05 '17 03:06 RubiTree

在recyclerview中,如果阴影布局过大,都会造成卡顿。

xuminmin0405 avatar Dec 09 '17 08:12 xuminmin0405