Skip to content

Commit

Permalink
Bugfix: ActionBar did not overlay SearchBar completely (Track list an…
Browse files Browse the repository at this point in the history
…d Marker list).
  • Loading branch information
dennisguse committed Sep 7, 2024
1 parent e508e25 commit f61b034
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/res/values/styles_theme.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
<item name="android:statusBarColor">?attr/colorSurfaceBright</item>
<item name="android:windowLightStatusBar">true</item>
<item name="android:navigationBarColor">?attr/colorSurfaceContainer</item>
<!-- Material3-related: otherwise the actionbar does not overlay the SearchBar completely (with AppBarLayout) -->
<item name="actionBarSize">88dp</item>
</style>

<style name="SplashTheme" parent="Theme.SplashScreen">
Expand Down

0 comments on commit f61b034

Please sign in to comment.