Skip to content

Commit

Permalink
Version 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscgdev committed Apr 21, 2019
1 parent 5b29945 commit 6bfc940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dialogsheet/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<style name="DialogSheetTheme" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
<item name="colorPrimary">?dialogSheetAccent</item>
<item name="colorAccent">?dialogSheetAccent</item>
<item name="android:windowIsFloating">false</item>
<item name="android:colorBackground">@android:color/transparent</item>
<item name="android:statusBarColor" tools:targetApi="21">@android:color/transparent</item>
</style>
Expand Down

0 comments on commit 6bfc940

Please sign in to comment.