diff options
author | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-16 08:41:12 +0100 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2021-03-16 10:01:55 +0100 |
commit | 66e531d2337be9a2be7b1798779fb9da0e198bbf (patch) | |
tree | 1f1de00272d2504229b35b719d8f9186632ab2fb /android | |
parent | 95bb2a4fe05fe94029047d3165af21b56b7cd3e5 (diff) |
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@posteo.de>
Diffstat (limited to 'android')
-rw-r--r-- | android/source/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
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' } } |