如何关闭textview空白修剪?

时间:2012-08-10 11:39:49

标签: android textview

我想在Textview中显示带有前导空格的字符串。但我能看到的是android Textview正在修剪所有前导/尾随空格。有没有办法解决这个问题?

1 个答案:

答案 0 :(得分:9)

旧问题,但如果你对“它不会自我修剪”不满意。回答评论这可能会对你有帮助。

如果您使用的是带有前导或尾随空格的资源字符串,那么这就是您的问题:How to keep the spaces at the end and/or at the beginning of a String?

TextView确实不会修剪空格,但无论从XML读取字符串都是如此。使用\u0020代替空格。