Fixed android text input truncating text

This commit is contained in:
Anuken 2018-09-27 17:44:47 -04:00
parent b74ae302ec
commit 3bc605894e

View File

@ -12,7 +12,6 @@
android:layout_height="wrap_content"
android:inputType="text"
android:maxLines="1"
android:maxLength="15"
>
<requestFocus />