---
title: "How to add done option in android keyboard for hide keyboard"  
description: "How to add done option in android keyboard for hide keyboard"  
author: "Anonymous User"  
published: 2015-03-05  
updated: 2015-03-05  
canonical: https://www.mindstick.com/forum/13003/how-to-add-done-option-in-android-keyboard-for-hide-keyboard  
category: "android"  
tags: ["android", "keys"]  
reading_time: 1 minute  

---

# How to add done option in android keyboard for hide keyboard

how to [add](https://www.mindstick.com/forum/12983/add-address-in-textbox-when-page-is-load-and-if-i-search-address-in-textbox-show-in-map-by-javascript) done [option](https://www.mindstick.com/forum/159391/jquery-get-selected-option-from-dropdown) in [android](https://www.mindstick.com/articles/13046/10-reasons-why-i-prefer-android-vs-iphone-ios) keyboard for [hide keyboard](https://www.mindstick.com/forum/12987/how-to-hide-keyboard-on-outside-tap-for-edittext-in-android) like this ![How to add done option in android keyboard for hide keyboard](https://www.mindstick.com/mindstickforums/1457db78-26cf-4e83-b54a-afecb26132a4/images/98478324-fd0d-4d52-8d98-e5beb5e2ec3a.png)

## Replies

### Reply by Manoj Pandey

Set imeOptions done in edittext on layout code

```
  <EditText android:id="@+id/mttext"  android:imeOptions="actionDone"android:layout_width="fill_parent" android:layout_height="wrap_content"                            android:hint="@string/name"android:inputType="text"android:maxLength="20" </EditText>
```


---

Original Source: https://www.mindstick.com/forum/13003/how-to-add-done-option-in-android-keyboard-for-hide-keyboard

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
