Skip to content

Commit

Permalink
Display program info bottom sheet beneath naivation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
cemrich committed Sep 10, 2024
1 parent ea883ee commit beab859
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/res/layout/activity_abstract_player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand Down Expand Up @@ -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 -->

Expand Down

0 comments on commit beab859

Please sign in to comment.