0

How to set padding to portion of text within TextView? Specifically, i want to give left padding to part of text within textview. Also, the text within textview is the data received from server. Any Help Appreciated. Thanks!

4

1 回答 1

1

转到您的布局文件-> 转到布局中的 textView-> android:paddingLeft="10"。

于 2013-09-20T10:32:05.400 回答