[Libreoffice-commits] core.git: android/source
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Tue Mar 16 09:02:39 UTC 2021
android/source/build.gradle | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 66e531d2337be9a2be7b1798779fb9da0e198bbf
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Tue Mar 16 08:41:12 2021 +0100
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Tue Mar 16 10:01:55 2021 +0100
tdf#141052 android: Include 'tabbuttons.ui' and 'tabviewbar.ui'
... which have been added in
commit e00fd78e6e454491014f03370e14efa5ebc2eefe
Date: Thu Oct 22 19:41:17 2020 +0100
weld impress TabBarControl
and
commit aa0657e2983007c505b1223281df4a3a4eb6e73a
Date: Fri Nov 20 15:59:17 2020 +0000
weld ImplTabButtons
and are now needed by Impress in Android Viewer
as well.
Change-Id: I7fd89fa78a277d9da2121a47765107166ada1fd3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112557
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/android/source/build.gradle b/android/source/build.gradle
index ee297e1b44c6..add78236cb22 100644
--- a/android/source/build.gradle
+++ b/android/source/build.gradle
@@ -189,7 +189,8 @@ task copyAssets(type: Copy) {
// include required .ui files
into('config') {
from "${liboInstdir}/share/config"
- include '**/annotation.ui', '**/hfmenubutton.ui', '**/pbmenubutton.ui'
+ include '**/annotation.ui', '**/hfmenubutton.ui', '**/pbmenubutton.ui',
+ '**/tabbuttons.ui', '**/tabviewbar.ui'
}
}
More information about the Libreoffice-commits
mailing list