DialogFragment fullscreen shows padding on sides

后端 未结 11 1598
囚心锁ツ
囚心锁ツ 2020-12-05 00:22

I am creating a custom DialogFragment that is displayed underneath the actionbar. So far everything works great. The layout parameters for dialog fragment are match_pa

11条回答
  •  再見小時候
    2020-12-05 01:00

    I was getting huge side padding in the DialogFragment for Nexus 6p and Pixel.

    Fixed that by defining custom style as follows:

    
    

    parent="android:Theme.DeviceDefault.Dialog.NoActionBar.MinWidth did the trick

提交回复
热议问题