android/source/res/layout/toolbar_bottom.xml |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 43689c37648adb934ca902c6ae4acb4f8ec831ef
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Fri Dec 8 16:34:51 2023 +0100
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Tue Dec 12 06:17:57 2023 +0100

    android lint: Drop extra closing XML tag
    
    This was accidently added in
    
        commit a21e7a76d745750dcea14bc6311e4f1766c3fa45
        Author: Michael Weghorn <m.wegh...@posteo.de>
        Date:   Thu Nov 9 10:24:13 2023 +0100
    
            android a11y: Add content labels
    
    and now reported by lint:
    
        <issue
            id="ExtraText"
            message="Unexpected text found in layout file: &quot;/>&quot;"
            errorLine1="            />"
            errorLine2="            ~~">
            <location
                file="res/layout/toolbar_bottom.xml"
                line="481"
                column="13"/>
        </issue>
    
    Change-Id: If4a17c4cd10450c2f5e13ead88a7511684ab9956
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160469
    Tested-by: Jenkins
    Reviewed-by: Michael Weghorn <m.wegh...@posteo.de>

diff --git a/android/source/res/layout/toolbar_bottom.xml 
b/android/source/res/layout/toolbar_bottom.xml
index 7efb5c0fc7fe..172b215f5a1c 100644
--- a/android/source/res/layout/toolbar_bottom.xml
+++ b/android/source/res/layout/toolbar_bottom.xml
@@ -478,7 +478,6 @@
             android:padding="10dp"
             android:src="@drawable/ic_search_direction_up"
             android:contentDescription="@string/search_find_previous" />
-            />
     </LinearLayout>
 
     <LinearLayout

Reply via email to