remove unused style after removing bottom sheet

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2022-06-08 23:53:12 +02:00
parent 6bc007151a
commit d30653fc99
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -63,11 +63,7 @@
<item name="iconTint">@color/fontAppbar</item>
</style>
<style name="CallButtonMenu" parent="@style/ChatSendButtonMenu"></style>
<style name="BottomNavigationView" parent="@style/Widget.MaterialComponents.BottomNavigationView">
<item name="elevation">1dp</item>
</style>
<style name="CallButtonMenu" parent="@style/ChatSendButtonMenu" />
<style name="ThemeOverlay.App.BottomSheetDialog" parent="ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog">
<item name="bottomSheetStyle">@style/Talk.BottomSheetDialog</item>