android/app/src/main/res/layout/activity_document_browser.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 60f2e0d709dc823a1c3668e9ed9c2ad6231ffa40
Author:     RutuKendre <kendrerutuja...@gmail.com>
AuthorDate: Wed Mar 11 15:03:04 2020 +0530
Commit:     Jan Holesovsky <ke...@collabora.com>
CommitDate: Thu Mar 12 19:27:10 2020 +0100

    android: Fix overflow by changing height from 48dp to wrap_content for 
recent files textview
    
    Change-Id: I5a2341cb1f2921d93767fe88e3e7847bc71a443e
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90317
    Tested-by: Jan Holesovsky <ke...@collabora.com>
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/android/app/src/main/res/layout/activity_document_browser.xml 
b/android/app/src/main/res/layout/activity_document_browser.xml
index 44b01b52a..e7ac16548 100644
--- a/android/app/src/main/res/layout/activity_document_browser.xml
+++ b/android/app/src/main/res/layout/activity_document_browser.xml
@@ -59,7 +59,7 @@
                     <TextView
                         android:id="@+id/header_recents"
                         android:layout_width="match_parent"
-                        android:layout_height="48dp"
+                        android:layout_height="wrap_content"
                         android:layout_weight="1"
                         android:gravity="center_vertical"
                         android:padding="16dp"
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to