Skip to content

Commit

Permalink
fix: action bar has background when scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
ViscousPot committed Oct 11, 2024
1 parent 9d63a63 commit 8a3e157
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/values/themes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
</style>

<style name="ThemeActionBar" parent="Widget.AppCompat.Light.ActionBar.Solid">
<item name="android:background">@null</item>
<item name="background">@null</item>
<item name="android:background">@color/app_bg</item>
<item name="background">@color/app_bg</item>
<item name="android:windowContentOverlay">@null</item>
<item name="elevation">0dp</item>
</style>

<style name="AlertDialogTheme" parent="Theme.MaterialComponents.DayNight.Dialog.Alert">
Expand Down

0 comments on commit 8a3e157

Please sign in to comment.