Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Commit b6ea531

Browse files
committed
Added note on branding
1 parent d332169 commit b6ea531

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,15 @@ Because Erlang OTP has many native hooks for networking and cryptographics the E
3333
1. Start the App
3434
3535
36+
## Customize app name and branding
37+
38+
Update these places with your package name:
39+
40+
1) App name in [strings.xml](app/src/main/res/values/strings.xml#L2) and [settings.gradle](settings.gradle)
41+
1) Package names in [Bridge.kt:1](app/src/main/java/io/elixirdesktop/example/Bridge.kt#L1) and [MainActivity.kt:1](app/src/main/java/io/elixirdesktop/example/MainActivity.kt#L1) (rename `package io.elixirdesktop.example` -> `com.yourapp.name` or use the Android Studios refactor tool)
42+
1) App icon: [ic_launcher_foreground.xml](app/src/main/res/drawable-v24/ic_launcher_foreground.xml) and [ic_launcher-playstore.png](app/src/main/ic_launcher-playstore.png)
43+
1) App colors: [colors.xml](app/src/main/res/values/colors.xml) and launcher background [ic_launcher_background.xml](app/src/main/res/values/ic_launcher_background.xml)
44+
3645
## Known todos
3746
3847
### Initial Startup could be faster

0 commit comments

Comments
 (0)