我正在使用android.support.v7.widget.SearchView並且提示圖標位於圖像所示的光標左側。Android SearchView在提示圖標後更改光標位置
,但我想做出提示搜索圖標後,光標開始。
XML:
<android.support.v7.widget.SearchView
android:id="@+id/airlines_searchView"
android:iconifiedByDefault="false"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:onClick="EnableSearchView"
android:background="#fbf7f7"
/>
我得到的搜索視圖的EditText上如下:
EditText search_text=(EditText) searchView.findViewById(android.support.v7.appcompat.R.id.search_src_text);
,我不知道什麼是所需的屬性來設置它。
我查了That但沒有找到解決辦法,請幫忙嗎?
所以你想光標左側的搜索圖標正確? – himanshu1496
正是我想要的 –
請檢查我的答案,讓我知道如果它不是你想要的。 – himanshu1496