0
0
mirror of https://github.com/mediathekview/zapp.git synced 2024-09-19 20:02:17 +02:00

Display program info bottom sheet beneath naivation bar

This commit is contained in:
Christine Coenen 2024-09-10 16:19:28 +02:00
parent ea883ee113
commit beab859cf2
2 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,6 @@
android:layout_height="match_parent"
android:animateLayoutChanges="true"
android:background="@android:color/black"
android:fitsSystemWindows="false"
tools:context=".app.mediathek.ui.detail.player.MediathekPlayerActivity">
<de.christinecoenen.code.zapp.utils.video.SwipeablePlayerView

View File

@ -53,6 +53,8 @@
<item name="textAppearanceTitleMedium">@style/TextAppearance.App.TitleMedium</item>
<item name="switchPreferenceCompatStyle">@style/MaterialPreferenceSwitch</item>
<item name="bottomSheetDialogTheme">@style/ThemeOverlay.App.BottomSheetDialog</item>
</style>
<!-- may be overwritten with resource selectors -->
@ -179,6 +181,9 @@
<item name="colorPrimaryContainer">?android:colorBackground</item>
</style>
<style name="ThemeOverlay.App.BottomSheetDialog" parent="ThemeOverlay.Material3.BottomSheetDialog">
<item name="android:navigationBarColor">@android:color/transparent</item>
</style>
<!-- text styles -->