shastrikikitchen
Results
1
comments of
shastrikikitchen
text color is not set even after setting the color ` alPha = TextDrawable.builder() .beginConfig() .height(40) .width(40) .useFont(ViewUtils.getMontesaratfont()) .textColor(R.color.white) .endConfig() .buildRound(letter, generator.getColor(position));` this is my code