搜索框 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)

设置查询提示字符串

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