Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我必须在文本视图中显示问题。
我为此使用了 wrap_content。
我为文本视图的边界着色。
我的问题是显示的文本触及彩色边界线,但我希望文本和边界之间有一些空间。
提出一些想法。
向您的TextView添加填充
像这样
android:paddingLeft="5dp"; android:paddingRight="5dp";