Customizing basics
Change Site URL, App Name, Colors, Launcher Icon
Editing AndroidManifest.xml
Go to app > manifests > AndroidManifest.xml and find the code mentioned below.
AndroidManifest.xml
Now replace the dev.itsanubhav.com with your URL.
Change http with https if your site uses https
Change Site URL
Go to app > java > com > itsanubhav > wordroid3 > Config.java and find the code mentioned below.
Config.java
Replace http://dev.itsanubhav.com with your URL.
Change APP Name
Go to app > res > values > strings > strings.xml and find the code mentioned below.
strings.xml
Replace WorDroid 3 with your app name.
And Replcae A simple slogan text with your slogan.
Change APP's default color
Go to app > res > values > colors > colors.xml and find the code mentioned below.
colors.xml
Change the color hex values to the color you want.
Last updated