diff --git a/Clover/app/src/main/res/layout/toolbar.xml b/Clover/app/src/main/res/layout/toolbar.xml index b33b9d27..515c54e6 100644 --- a/Clover/app/src/main/res/layout/toolbar.xml +++ b/Clover/app/src/main/res/layout/toolbar.xml @@ -19,7 +19,7 @@ along with this program. If not, see . xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/toolbar" android:layout_width="match_parent" - android:layout_height="wrap_content" + android:layout_height="?attr/actionBarSize" android:minHeight="?attr/actionBarSize" android:background="?attr/colorPrimary" app:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"