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 解决方案,我想知道在应用程序中显示弹出/模态/警报对话框的最新方式是什么?
2 年前,我曾经使用带有自定义视图的警报(或片段)对话框。我听说现在这可以通过特殊活动来实现。
该案例的当前模式是什么?
您可以使用android:theme使活动看起来像一个对话框。在 Android Manifest 中为您的活动添加与此类似的标签。
android:theme
<activity .... android:theme="@android:style/Theme.Holo.Light.Dialog" ..../>