do not add any color at the bottom sheet background by default

This commit is contained in:
tibbi 2021-03-06 17:33:26 +01:00
parent b0ac9cd2fe
commit d66ca92e23
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,7 @@ buildscript {
propMinSdkVersion = 21
propTargetSdkVersion = propCompileSdkVersion
propVersionCode = 1
propVersionName = '5.34.14'
propVersionName = '5.34.16'
kotlin_version = '1.4.31'
}

View file

@ -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>