Custom SearchView whole clickable in android

前端 未结 4 653
遇见更好的自我
遇见更好的自我 2021-01-01 15:18

I have a SearchView widget in my app, and I want to ask some questions about making it custom. First of all, you can start search only by clicking on search ico

4条回答
  •  轮回少年
    2021-01-01 16:03

    To allow writing when clicking in the whole component, I'd recommend you declaring iconifiedByDefault="false" on the xml.

    
    

提交回复
热议问题