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.
我对Android开发真的很陌生。我不知道我应该为此使用什么搜索关键字。
是否可以在 Android 中创建类似的东西?我应该为窗口和文本使用什么组件?
非常感谢!
AlertDialog您可以为窗口重新设置样式(请参阅指南)。文本通常以TextView.
AlertDialog
TextView
要将 TextView 设置为多行,有android:inputType-attribute。
android:inputType