forked from mirror/monocles_chat
toolbar height wrap content
This commit is contained in:
parent
e5b58bc361
commit
cb8fd6b904
1 changed files with 2 additions and 2 deletions
|
@ -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" />
|
Loading…
Add table
Reference in a new issue