P
P
Prototik2012-02-23 14:10:39
Android
Prototik, 2012-02-23 14:10:39

Weird indents in android.text.Html?

So, to display content, I use a TextView, into which html is passed using android.text.Html (suddenly), in fact, an incomprehensible indent is formed at the end of the TextView:
device-2012-02-23-185952.png
In the html itself, the text is enclosed in a regular <p></p>, and if remove it - there are no indents.
How to get rid of this feature glitch bug ?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evengard, 2012-02-23
@Evengard

styles. The default p always has this indentation.

E
Evengard, 2012-02-23
@Evengard

 <p style="margin:0px;padding:0px"> some content here</p> 

So not furychit?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question