Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit efb45f09 authored by kaiyiz's avatar kaiyiz Committed by Jochen Sprickerhof
Browse files

Calendar: Ensure prev btn taps directs to prev input field

As the IME options attribute is not set for description textView, the
default behavior of long press enter button is "OK" but not "Prev".

Set the IME options attribute for description textView.

CRs-Fixed: 408601

Change-Id: I8acdcc53a00d4474eb27469424878b75efec8539
(cherry picked from commit aff7ee4)
parent d2d852d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2010 The Android Open Source Project
     Copyright (c) 2013, The Linux Foundation. All Rights Reserved.

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
@@ -139,6 +140,7 @@
            android:hint="@string/hint_description"
            android:inputType="textAutoCorrect|textCapSentences|textMultiLine"
            style="@style/TextAppearance.EditEvent_Value"
            android:imeOptions="actionDone"
            android:capitalize="sentences" />
    </LinearLayout>