use actual default spacings for toolbar backarrow/title

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
This commit is contained in:
Andy Scherzinger 2021-04-08 15:42:49 +02:00
parent e71763fc29
commit 9da278538d
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -50,7 +50,6 @@
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
android:background="@color/appbar" android:background="@color/appbar"
android:theme="?attr/actionBarPopupTheme" android:theme="?attr/actionBarPopupTheme"
app:contentInsetStartWithNavigation="16dp"
app:layout_scrollFlags="enterAlwaysCollapsed|noScroll" app:layout_scrollFlags="enterAlwaysCollapsed|noScroll"
app:navigationIconTint="@color/fontAppbar" app:navigationIconTint="@color/fontAppbar"
app:popupTheme="@style/appActionBarPopupMenu" app:popupTheme="@style/appActionBarPopupMenu"