SearchView not taking full width in Actionbar

searchView1.setMaxWidth(Integer.MAX_VALUE);//set search menu as full width

works with `androidx.appcompat.widget.SearchView`

--

--