I Have created a Searchview in android. I want to keep the hint text along the search icon so I have set in xml as
app:iconifiedByDefault="false"
It solves my problem. But it takes the focus when entering to the activity which will trigger the keyboard. Now I want to keep the hidden when entering to activity.
Is there any default solution, other than creating searchview through EditText??