the problem was in android:layout_height="?actionBarSize" in androidx.appcompat.widget.Toolbar I changed it to android:layout_height="wrap_content" and the insets worked as they should
android:layout_height="?actionBarSize"
androidx.appcompat.widget.Toolbar
android:layout_height="wrap_content"