cancel
Showing results for 
Search instead for 
Did you mean: 

how to change the logo in android / ios app

andy2_0
Champ in-the-making
Champ in-the-making
Is there an  easy way to change the alfresco LOGO for Android APP and IOS APP?

Thanks!
5 REPLIES 5

mikeh
Star Contributor
Star Contributor
From previous posts I think you're building from source anyway, so just swap the images on the filesystem.

Thanks,
Mike

rock_tu
Champ on-the-rise
Champ on-the-rise
Thanks, this is also what I am doing.

andy2_0
Champ in-the-making
Champ in-the-making
I changed the LOGO associated image-files in file system, the LOGO related picture was changed in activity, but still stay in the head of window (left of the title bar). I am still looking for the exact LOGO-file…   Anyway thanks for help!

jm_pascal
Star Contributor
Star Contributor
For the Android APP,

There's an application icon & a Launcher Icon. Both are defined inside the AndroidManifest.xml in the application tag.


    <application
        android:name="org.alfresco.mobile.android.application.AlfrescoApplication"
        android:icon="@drawable/ic_alfresco_logo"
        android:label="@string/app_name"
        android:logo="@drawable/ic_alfresco"
        … >


In res/drawable-xhdpi folder > Replace “ic_alfresco_logo.png” by your custom application Icon
In res/drawable-xhdpi folder > Add“ic_alfresco.png” representing your custom application logo

Redo the same for files in folder: res/…
Drawable-hdpi
Drawable-mdpi
Drawable-ldpi

Hope it helps.

andy2_0
Champ in-the-making
Champ in-the-making
It works, thanks a lot!
Getting started

Tags


Find what you came for

We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.