Skip to content

Instantly share code, notes, and snippets.

View chathura2020's full-sized avatar

Chathura chathura2020

  • Bhasha Lanka(Pvt) Ltd
  • Panadura
View GitHub Profile
@ptsiogas
ptsiogas / shadow_effect.java
Created October 1, 2015 13:56
Create shadow effect background color programmatically.
/**
* Creates background color with shadow effect - programmatically
*
* @param color the background color
*/
private LayerDrawable setLayerShadow(String color) {
GradientDrawable shadow;
int strokeValue = 6;
int radiousValue = 2;
try{