|
@@ -23,7 +23,7 @@
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
android:id="@+id/appbar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
+ android:layout_height="?attr/actionBarSize"
|
|
|
android:background="@color/bg_default"
|
|
|
android:theme="@style/ThemeOverlay.MaterialComponents.Dark.ActionBar"
|
|
|
tools:viewBindingIgnore="true">
|
|
@@ -55,7 +55,7 @@
|
|
|
<androidx.appcompat.widget.Toolbar
|
|
|
android:id="@+id/toolbar"
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="?attr/actionBarSize"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
app:popupTheme="@style/Theme.AppCompat.DayNight.NoActionBar" />
|
|
|
|
|
|
</RelativeLayout>
|