toolbar height wrap content

This commit is contained in:
Arne 2023-10-07 21:52:55 +02:00
parent e5b58bc361
commit cb8fd6b904

View file

@ -3,7 +3,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:layout_height="wrap_content"
style="@style/Widget.Material3.Toolbar"
android:elevation="@dimen/toolbar_elevation"
app:popupTheme="?popupOverlayStyle" />
app:popupTheme="@style/Widget.Material3.PopupMenu" />