MagicTextView icon indicating copy to clipboard operation
MagicTextView copied to clipboard

Innershadow and ForegroundDrawable don`t work in Java

Open mahmoudafarideh opened this issue 9 years ago • 0 comments

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));

mahmoudafarideh avatar Jun 23 '16 08:06 mahmoudafarideh