]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/main_app_layout.xml
use toolbar height that changes with font size
[mobile-ledger.git] / app / src / main / res / layout / main_app_layout.xml
index 80aa5b2d6a5feebd3b91fbc83f203bfb2e5fa746..daf3bd22fd82e22b5cf3750000322c8be887d8fc 100644 (file)
@@ -52,7 +52,7 @@
             <androidx.appcompat.widget.Toolbar
                 android:id="@+id/toolbar"
                 android:layout_width="match_parent"
-                android:layout_height="?attr/actionBarSize"
+                android:layout_height="@dimen/toolbar_height"
                 android:background="?colorPrimary"
                 android:theme="@style/AppTheme.AppBarOverlay"
                 app:popupTheme="@style/AppTheme.PopupOverlay"