Skip to content
Snippets Groups Projects

Fix bottomsheet style on API 19

Merged Nicolas Pomepuy requested to merge Aza/vlc-android:fix_bottom_sheet_kitkat into master
Files
2
@@ -480,7 +480,6 @@
</style>
<style name="AppModalStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@drawable/bottom_sheet_background</item>
</style>
<style name="Theme.VLC.BottomSheetTitle">
Loading