Aydar
Aydar
Call ``` java Blurry.with(getActivity()) .radius(5) .sampling(2) .color(Color.argb(66, 0, 0, 0)) .async() .animate(500) .onto(linearLayout); ``` in fragment, on click. Blurring happens only after second click. CatLog says: ``` V/RenderScript: 0x780f4d68 Launching...
I have a google map, and other views(semi-transparent) over it. By default (without ignoredViews) map can't easily swiped from left and right (resideMenu opened). After adding map into ignored views...
1) is there ability to write on selectors, instead of using pins? 2) can i apply gradient as line color?