add imeoption to search configuration
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/0bad5eb5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/0bad5eb5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/0bad5eb5 Branch: refs/heads/ian_taverna_server Commit: 0bad5eb52fc8f539b8a6fbc5a7c5e41f610e7ea5 Parents: ab6a414 Author: Sagar <[email protected]> Authored: Sat Dec 31 21:47:03 2016 +0530 Committer: Sagar <[email protected]> Committed: Sat Dec 31 21:47:03 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/xml/searchable.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/0bad5eb5/app/src/main/res/xml/searchable.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/xml/searchable.xml b/app/src/main/res/xml/searchable.xml index d86697f..8ff36eb 100644 --- a/app/src/main/res/xml/searchable.xml +++ b/app/src/main/res/xml/searchable.xml @@ -19,9 +19,8 @@ See the License for the specific language governing permissions and limitations under the License. --> <searchable xmlns:android="http://schemas.android.com/apk/res/android" - android:hint="@string/search_hint" - android:autoUrlDetect="true" - android:label="@string/app_name" - > + android:hint="@string/search_hint" + android:imeOptions="actionSearch" + android:label="@string/app_name"> </searchable> \ No newline at end of file
