MagicTextView
MagicTextView copied to clipboard
Innershadow and ForegroundDrawable don`t work in Java
In xmls they work well but in java they dont
rr.addInnerShadow(2, 3, 1, 0xFFffffff);
rr.setForegroundDrawable(getResources().getDrawable(R.drawable.fake_luxury_tiled));