1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Fix keyboard not showing when text input is pressed. Fixes #156.

This commit is contained in:
Sebastian Kaspari 2015-03-14 00:08:10 +01:00
parent 7cf957d0b2
commit e2200d9e64

View File

@ -46,6 +46,7 @@ along with Yaaic. If not, see <http://www.gnu.org/licenses/>.
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:inputType="textImeMultiLine"
android:imeOptions="actionSend" />
<Button
android:id="@+id/speech"