From 794c7ee333d13c40d07029269eefc24c7549d99e Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Tue, 27 Sep 2016 00:30:05 +0200 Subject: [PATCH] Remove deprecated android:singleLine attribute --- app/src/main/res/layout/extra_keys_right.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/main/res/layout/extra_keys_right.xml b/app/src/main/res/layout/extra_keys_right.xml index 7a22b4df..462bd9b4 100644 --- a/app/src/main/res/layout/extra_keys_right.xml +++ b/app/src/main/res/layout/extra_keys_right.xml @@ -7,7 +7,6 @@ android:imeOptions="actionSend|flagNoFullscreen" android:maxLines="1" android:inputType="text" - android:singleLine="true" android:textColor="@android:color/white" android:paddingTop="0dp" android:textCursorDrawable="@null"