From 750105742ebb7e212074abd6830fad02f8dd2d2b Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 28 Aug 2017 19:20:56 +0200 Subject: android:singleLine is deprecated, use maxLines=1 instead Change-Id: I32c7d000848f10a40a2b7b0038463c31ddade6f8 --- android/source/res/layout/fragment_directory_browser.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'android/source') diff --git a/android/source/res/layout/fragment_directory_browser.xml b/android/source/res/layout/fragment_directory_browser.xml index fcf7fc6c9b47..37a61fa3518c 100644 --- a/android/source/res/layout/fragment_directory_browser.xml +++ b/android/source/res/layout/fragment_directory_browser.xml @@ -24,7 +24,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" - android:singleLine="true" + android:maxLines="1" android:scrollHorizontally="true" android:textAppearance="?android:attr/textAppearanceMedium" android:inputType="text"/> -- cgit