對話框風格
<style name="Lam.Dialog.FullScreen" parent="@style/Theme.AppCompat.Dialog"> <item name="android:windowNoTitle">true</item> <!-- 無標題 --> <item name="android:windowBackground">@android:color/transparent</item> <!-- 背景透明 --> <item name="android:backgroundDimEnabled">false</item> </style>
關鍵點
Dialog.getWindow().setGravity(Gravity.FILL);
布局文件高度最好使用weight填充