Hello,
Attached is a picture of the RhoMobile application I am running on an MC40. As you can see, there is a header with an Icon that I cannot seem to remove.
The app is configured as a container app and points to a website.
How do I remove that header bar?
1 Replies
Hello Francis,
Clean your application by using rake clean:android. Then mention android_title: 0 in your build.yml file.
Android Title
If you want your app to hide the default android title bar, you need to set android_title to '0' in your build.yml file.
0 - Hidden1 - Visible
android_title: 0
Thanks
Bhakta