I tried to remove the shadow below the toolbar with the Theme.AppCompat.Light.NoActionBar, using every recommendation of people who have ever answer it before, but no one wo
In Kotlin, use:
supportActionBar!!.elevation = 0.0f
Regards!