summaryrefslogtreecommitdiff
path: root/android/source
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2023-12-08 16:34:51 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2023-12-12 06:17:57 +0100
commit43689c37648adb934ca902c6ae4acb4f8ec831ef (patch)
tree3af3ba0cb9111a1877bdc215c80ae81a46cfcfdc /android/source
parent93801094fa7a3d276dc56138fafbf21029aae4d5 (diff)
android lint: Drop extra closing XML tag
This was accidently added in commit a21e7a76d745750dcea14bc6311e4f1766c3fa45 Author: Michael Weghorn <m.weghorn@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.weghorn@posteo.de>
Diffstat (limited to 'android/source')
-rw-r--r--android/source/res/layout/toolbar_bottom.xml1
1 files changed, 0 insertions, 1 deletions
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