android/source/res/layout/fragment_directory_browser.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 750105742ebb7e212074abd6830fad02f8dd2d2b
Author: Christian Lohmaier <lohmaier+libreoff...@googlemail.com>
Date:   Mon Aug 28 19:20:56 2017 +0200

    android:singleLine is deprecated, use maxLines=1 instead
    
    Change-Id: I32c7d000848f10a40a2b7b0038463c31ddade6f8

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"/>
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to