Skip to content

Top padding remains visible after we define empty title #74

Description

@ffsouza

A strange top padding remains visible even after we define empty title

I realized the issue happens if we define the background

 <style name="BottomSheetMenuStyle" parent="@style/Theme.BottomSheetMenuDialog.Light">
     <item name="bottomSheetStyle">@style/AppModalStyle</item>
 </style>

<style name="AppModalStyle">
    <item name="android:background">@drawable/background_border</item>
</style>

where the background is a drawable with rounded corners

<corners
    android:bottomLeftRadius="0dp"
    android:bottomRightRadius="0dp"
    android:topLeftRadius="15dp"
    android:topRightRadius="15dp" />
this issue didn't happen when using an older version '3.3.0' . It started to reproduce after I update the version to 5.1, and I realized this is reproducible also using the version 5.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions