I have a text view with large text in it, but I want to give bulletpoints, line breaks, I tried to place xml objects like • for the marker in my string.xml , but could not get linebreak, and a little text appeared in mid i like to use also excuse
String nodata="hi how are you<br/>•welcome to stackoverflow" TextView nodata= ((TextView) findViewById(R.id.nodata)); nodata.setText(Html.fromHtml(nodatafound));
it's some kind of work, but I canβt use the excuse, is there a way I can achieve this?
java android android-textview
teekib
source share