我在工具栏中实现了SearchView,如下图所示。 这里,搜索图标位于光标的右侧。它通过提示变得不可见。
我想移动光标左侧的搜索图标,也不应该使用提示隐藏它。 它应该按此顺序.. [SearchIcon-Cursor-Hint]
我希望它像这张图片..
任何人都可以帮助我...... :(
答案 0 :(得分:1)
如果您使用的是edittext控件,可以在edittext中执行,如下所示...
机器人:drawableLeft =" @可绘制/搜索"
答案 1 :(得分:0)
这可以帮助但需要API 17
<SearchView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layoutDirection="rtl" />