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.
我想要一个包含几个按钮和 TextView 的部分,如果按钮或 textview 中的文本太长而无法容纳该部分,则此部分是可滚动的。
我在找什么?滚动视图?如何在 ScrollView 中包含这些内容?
你需要滚动视图。
在滚动视图中有一个线性布局,您可以在其中放置文本视图和按钮。