搜索框 SearchView 屬性

        SearchView searchView = (SearchView) searchMenuItem.getActionView();
        searchView.setBackgroundColor(0xff2200ff); //顏色
        searchView.setMaxWidth(750); //寬度

android:iconifiedByDefault setIconifiedByDefault(boolean) 設置搜索圖標是否顯示在搜索框內
     
android:imeOptions setImeOptions(int) 設置輸入法搜索選項字段,默認是搜索,可以是:下一頁、發送、完成等
     
android:inputType setInputType(int) 設置輸入類型
     
android:maxWidth setMaxWidth(int) 設置最大寬度
     
android:queryHint setQueryHint(CharSequence)

設置查詢提示字符串

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章