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.
标题说明了一切。我知道您可以使用以下方法向按钮添加多行。但是我想知道如何为每一行设置不同的样式。我如何通过 XML 以及如果可能的话通过 Java 动态地做到这一点。
android:text="Hi Hello" <string name="multilines">Line1Line1\nLine2Line2</string>
您可以将具有垂直方向的 LinearLayout 附加到按钮并在其中放置不同的 TextView。它可能会更长一些,但它可以让您完全控制它,您可以通过 xml 和 Java 来完成。如果您需要示例,请回答我。