cAutthpon

Results 1 issues of cAutthpon

I convert svg to PictureDrawable and use with Edittext but not working ``` try{ SVG svg = SVG.getFromResource(act, R.raw.svgfile); EditText etxt = (EditText) findViewById(R.id.etxt); etxt.setCompoundDrawables(new PictureDrawable(svg.renderToPicture(80, 80)), null, null, null);...