Is there a way to set size of headerLogo in android Lock v2?

I can set logo as https://auth0.com/docs/libraries/lock-android/v2/custom-theming

<item name="Auth0.HeaderLogo">
            @drawable/auth0_banner
        </item>

But I seems not able to find an option to change logo size to fill the whole header.

Lock customizable options are limited. If this customization option is very important, you should consider use the Auth0.js library. Please, check the following links for more guidance:

Thanks, will do