Search widget on action bar doesn't trigger my search activity

前端 未结 3 442
感情败类
感情败类 2020-12-13 19:38

I\'m developing search widget interface based on official tutorial: http://developer.android.com/guide/topics/search/search-dialog.html

Problem: My

3条回答
  •  佛祖请我去吃肉
    2020-12-13 20:08

    If "xml/searchable.xml" file is not correctly formatted (things such as "searchable" tag not in all lower case), there is no error message returned during execution and the "SearchableActivity" doesn't get invoked.

提交回复
热议问题