How to Change the App Logo in Tutor Android (Open edX Mobile App)

Hi everyone,

I’m currently working on the Android mobile app for Open edX using the Tutor Android plugin.

As per the readme of tutor-android, it does not support making Customisation such as changing the app logo.

However, I would like to use a custom logo instead of the default one that ships with the app.

Could someone please guide me on the correct steps to change the app logo?

Any help or shared experience would be greatly appreciated!

is this the image that you see in your app which you want changed?
image
If so then you probably want to fork openedx-app-android and edit the images at app/src/main/res/mipmap-*

This is just a best-guess from me though, I haven’t actually put any effort into testing out the app so not sure if I’m even looking in the right place. I’m sure someone else will be better positioned to answer but maybe that puts you in the right direction at least… Perhaps the plugin maintainer @Abdul_Muqadim might be able to assist?

1 Like

Hi @joel.edwards,

Thank you very much for your guidance — it pointed me in the right direction, and I was able to successfully change the app logo. Really appreciate you taking the time to respond!

Thanks again!

1 Like