]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/activity_new_transaction.xml
use toolbar height that changes with font size
[mobile-ledger.git] / app / src / main / res / layout / activity_new_transaction.xml
index ede22f87ac56d91c42add498c883907ce37b1697..2bec0a120e6bc92bd2c97e3cde2c13a1741bb3df 100644 (file)
@@ -61,7 +61,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="?attr/colorPrimary"
                 app:popupTheme="@style/AppTheme.PopupOverlay" />