How to remove space on the left side of Android searchview (which is not part of actionbar)?
- 阅读更多 关于 How to remove space on the left side of Android searchview (which is not part of actionbar)?
问题 I am using a searchview in android app ( searchview is not a part of action bar ). I want to remove the space on the left side of the search icon/ searchview. I searched a lot and received answers which worked for searchviews which are part of action bar. I tried using android:layout_gravity, android:gravity , but they didnt seem to work. I thought of using android:contentInsetStart, android:contentInsetLeft , but these options are not available for searchview (which is not a part of action