]> git.ktnx.net Git - mobile-ledger.git/commitdiff
use default toolbar height for the templates activity
authorDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 3 Mar 2021 20:07:05 +0000 (22:07 +0200)
committerDamyan Ivanov <dam+mobileledger@ktnx.net>
Wed, 3 Mar 2021 20:07:05 +0000 (22:07 +0200)
looks better and the extra height is not needed

app/src/main/res/layout/activity_templates.xml

index b6d87071a8631a8525b7aa74e11ea619c4ddf4b6..82715229fdf94baad0f548c0ce0c1b5c3326a6de 100644 (file)
@@ -26,7 +26,7 @@
     <com.google.android.material.appbar.AppBarLayout
         android:id="@+id/appbar"
         android:layout_width="match_parent"
-        android:layout_height="@dimen/toolbar_height"
+        android:layout_height="wrap_content"
         android:fitsSystemWindows="true"
         android:theme="@style/AppTheme.AppBarOverlay"
         >