我正在使用HtmlView来获取通过json feed获得的一些html文本。但是,我想将其居中放置在图像下,并且在弄清楚如何在视图内部元素样式方面遇到麻烦。我知道如何设置元素本身的宽度,但是如何设置内容的样式?
答案 0 :(得分:0)
将timestamp with time zone
与样式属性一起使用
text-align
注意:有人告诉我 Here是一个Playground示例。<HtmlView html="<div style='text-align: center'>this text should be in center of view</div>"></HtmlView>
可能无法在Android text-align: center