Skip to content

Commit cdc7a2e

Browse files
committed
fix bottom dialog animations
1 parent dec86c6 commit cdc7a2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/com/example/util/simpletimetracker/Versions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ object Versions {
99
const val timber = "4.7.1"
1010
const val javax = "1"
1111

12-
const val appcompat = "1.1.0"
12+
const val appcompat = "1.2.0"
1313
const val constraintLayout = "1.1.3"
1414
const val recyclerView = "1.1.0"
1515
const val lifecycleExtensions = "2.2.0"

core/src/main/res/values/styles.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
<item name="android:textColor">?colorSecondary</item>
104104
</style>
105105

106-
<style name="BottomSheetDialog" parent="Theme.MaterialComponents.Light.BottomSheetDialog">
106+
<style name="BottomSheetDialog" parent="Theme.Design.Light.BottomSheetDialog">
107107
<item name="bottomSheetStyle">@style/BottomSheetStyleWrapper</item>
108-
<item name="colorSecondary">@color/colorSecondary</item>
108+
<item name="colorAccent">@color/colorSecondary</item>
109109
</style>
110110

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

0 commit comments

Comments
 (0)