do not add any color at the bottom sheet background by default
This commit is contained in:
parent
b0ac9cd2fe
commit
d66ca92e23
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@ buildscript {
|
|||
propMinSdkVersion = 21
|
||||
propTargetSdkVersion = propCompileSdkVersion
|
||||
propVersionCode = 1
|
||||
propVersionName = '5.34.14'
|
||||
propVersionName = '5.34.16'
|
||||
kotlin_version = '1.4.31'
|
||||
}
|
||||
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
android:topLeftRadius="@dimen/bottom_sheet_corner_radius"
|
||||
android:topRightRadius="@dimen/bottom_sheet_corner_radius" />
|
||||
|
||||
<solid android:color="@android:color/white" />
|
||||
|
||||
</shape>
|
||||
</item>
|
||||
</layer-list>
|
||||
|
|
Loading…
Reference in a new issue