0
我使用的搜索查看和它顯示像,如何在android中的SearchView中刪除SearchIcon和文本之間的空間?
,我想這樣的,
我不使用操作欄。那麼如何在SearchView中刪除SearchIcon和文本之間的空格?如何可能?請指導我。
And My XML file is,
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<SearchView
android:id="@+id/svSearch"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="@dimen/five_dp" >
</SearchView>
<ListView
android:id="@+id/lstSearch"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:layout_below="@+id/svSearch" >
</ListView>
</RelativeLayout>
應用填充權的EditText。 – Piyush 2014-11-08 07:18:39
<?xml version =「1.0」encoding =「utf-8」?> <搜索查看 機器人:ID = 」@ + ID/svSearch「 機器人:layout_width =」 FILL_PARENT 「 機器人:layout_height =」 WRAP_CONTENT」 機器人:layout_centerHorizontal = 「真」 機器人:layout_marginTop = 「@捫/ five_dp」> RelativeLayout的>我使用搜索查看不EditText上。 –
Android
2014-11-08 07:20:28
那麼你是否應用了填充權? – Piyush 2014-11-08 07:23:15