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.
我想像AlertDialog. 我怎样才能做到这一点 ?
AlertDialog
PS:我的观点相当复杂,因此,我使用的是Android Docs中建议的 FrameLayout 。
每当我在对话框中显示复杂的视图时,我更喜欢将整个视图放在 XML 中,然后创建一个新的 Activity 并将 Activity 的内容视图设置为该 XML,然后以此作为 Dialog 启动活动
<activity android:theme="@android:style/Theme.Dialog" />
看看帖子
Android Activity 作为一个对话框
这是相当容易和简单直接的,希望这会有所帮助!