I\'m trying to draw Arabic text onto a Bitmap for display:
Bitmap img = Bitmap.createBitmap( (int) f+100, 300, Config.RGB_565); Canvas c = new Canvas(); c.se
if you added single line attribute to textview ,you should delete this attribute and add maxLines="1"