mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-10 19:25:06 -05:00
Fix keyboard not showing when text input is pressed. Fixes #156.
This commit is contained in:
parent
7cf957d0b2
commit
e2200d9e64
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user