android: Reuse launcher icon in activities
commit8a460c90cd76ac44456c30a1dc7e01a1d49174e1
authorMichael Weghorn <m.weghorn@posteo.de>
Fri, 17 Nov 2023 08:04:09 +0000 (17 09:04 +0100)
committerXisco Fauli <xiscofauli@libreoffice.org>
Wed, 22 Nov 2023 09:29:41 +0000 (22 10:29 +0100)
tree487771af0c5db297a3ac227cc7b21cf3abde3c06
parent5ab3cefdb1722c0ee247c26ee3cfa746a0e85108
android: Reuse launcher icon in activities

Instead of duplicating the icon as drawable,
just use the one from the mipmap folder that's
used for the app launcher.

Change-Id: Idd6691c4639fb570357280cec63636d07fe06b20
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159553
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
(cherry picked from commit 2905d0f31c3e12463c68d5a805ee61dc7af0e5e9)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/159572
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
android/source/res/drawable-hdpi/lo_icon.png [deleted file]
android/source/res/drawable-mdpi/lo_icon.png [deleted file]
android/source/src/java/org/libreoffice/AboutDialogFragment.java
android/source/src/java/org/libreoffice/ToolbarController.java
android/source/src/java/org/libreoffice/ui/LibreOfficeUIActivity.java