I'm using AppBarLayout search widget in my app. Everything works fine but I'm completely stuck up with removing the underline below search field in my AppBarLayout.
The following was nonsense code. It did not resolve...
findViewById<View>(R.id.search_plate).setBackgroundColor(ContextCompat.getColor(context, android.R.color.white))