i want to implement searchbar concept in my app
问题 i want to implement searcb bar concept in my app . when ever user clicks on searbar the keyboard buttons need to display with default searchable button in it ..i followed few of the links ...but unable to get the searchable bar nor the keyboard populated buttons ... please help me thanks in advance . this is my searchable.xml placed res/xml <searchable android:label="@string/app_label" android:hint="@string/search_hint" > </searchable> and this is my manifest file <uses-sdk android