Code refactor

This commit is contained in:
Hemanth S 2020-09-07 15:01:27 +05:30
parent 416ee91c39
commit 6d0898a49a
15 changed files with 59 additions and 25 deletions

View file

@ -240,10 +240,14 @@
</style>
<style name="Widget.BottomSheet" parent="Widget.MaterialComponents.BottomSheet">
</style>
<style name="MaterialCardViewStroke">
<item name="cardUseCompatPadding">true</item>
<item name="strokeWidth">1dp</item>
<item name="strokeColor">?android:attr/colorButtonNormal</item>
<item name="cardElevation">0dp</item>
</style>
</resources>