美文网首页
Bottom sheet的圆角

Bottom sheet的圆角

作者: Sarah_love | 来源:发表于2020-06-22 12:26 被阅读0次

    <style name="ModalBottomSheetStyle" parent="Theme.Design.Light.BottomSheetDialog">

        <item name="android:windowIsFloating">false

        <item name="android:statusBarColor">@android:color/transparent

        <item name="android:windowSoftInputMode">adjustResize

        <item name="bottomSheetStyle">@style/BottomSheetStyle

    // Bottom sheet的圆角

    <style name="BottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">

        <item name="android:background">@color/transparent

    </style>

    相关文章

      网友评论

          本文标题:Bottom sheet的圆角

          本文链接:https://www.haomeiwen.com/subject/oxsxfktx.html