【发布时间】:2012-04-29 23:55:31
【问题描述】:
是否有可能实现某种“自我管理”的 DialogFragment,它在纵向模式下像 Dialog 一样显示其自身,在横向模式下像活动的一部分一样。如果你能给我一些代码,那就太好了
【问题讨论】:
-
我也有类似的问题:How to display an full screen activity with Fragment in portrait, and the same Fragment as dialog in Landscape?