diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-28 19:20:56 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2017-08-28 19:20:56 +0200 |
commit | 750105742ebb7e212074abd6830fad02f8dd2d2b (patch) | |
tree | c3d4463c319c55e3b89cd6d47f56bf4ba64c1917 /android/source/res | |
parent | 16be82790aa2b55efbf5788260c88c373402bafb (diff) |
android:singleLine is deprecated, use maxLines=1 instead
Change-Id: I32c7d000848f10a40a2b7b0038463c31ddade6f8
Diffstat (limited to 'android/source/res')
-rw-r--r-- | android/source/res/layout/fragment_directory_browser.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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"/> |