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

**URL:** https://discuss.openedx.org/t/how-to-change-the-app-logo-in-tutor-android-open-edx-mobile-app/16273
**Category:** Development
**Tags:** tutor-plugin, design, how-to, sumac
**Created:** [June 10, 2025, 11:08am UTC](https://discuss.openedx.org/t/how-to-change-the-app-logo-in-tutor-android-open-edx-mobile-app/16273 "2025-06-10T11:08:01Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Yogesh](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/yogesh/32/8319_2.png) [@Yogesh](https://discuss.openedx.org/u/Yogesh)
#### Post date: [June 10, 2025, 11:08am UTC](https://discuss.openedx.org/t/how-to-change-the-app-logo-in-tutor-android-open-edx-mobile-app/16273/1 "2025-06-10T11:08:01Z")

</div>

Hi everyone,

I’m currently working on the Android mobile app for Open edX using the [Tutor Android plugin](https://github.com/overhangio/tutor-android).

As per the [readme](https://github.com/overhangio/tutor-android?tab=readme-ov-file#customising-the-android-app:~:text=Customising%20the%20Android,discussion%20forums.) 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!

---

<div class="post-metadata">

### Author: ![joel.edwards](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/joel.edwards/32/3193_2.png) [@joel.edwards](https://discuss.openedx.org/u/joel.edwards)
#### Post date: [June 10, 2025, 1:45pm UTC](https://discuss.openedx.org/t/how-to-change-the-app-logo-in-tutor-android-open-edx-mobile-app/16273/2 "2025-06-10T13:45:07Z")

</div>

is this the image that you see in your app which you want changed?  
 ![image](https://us1.discourse-cdn.com/flex020/uploads/openedx/original/2X/2/267a78d8181f43b592b0479a208401b5b1b9a53a.png)  
If so then you probably want to fork [openedx-app-android](https://github.com/openedx/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?

---

<div class="post-metadata">

### Author: ![Yogesh](https://sea2.discourse-cdn.com/flex020/user_avatar/discuss.openedx.org/yogesh/32/8319_2.png) [@Yogesh](https://discuss.openedx.org/u/Yogesh)
#### Post date: [June 19, 2025, 6:47am UTC](https://discuss.openedx.org/t/how-to-change-the-app-logo-in-tutor-android-open-edx-mobile-app/16273/3 "2025-06-19T06:47:46Z")

</div>

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!
