Hi everybody,
I want to use the android_title in my App.
The android_title shows an icon on the left, the page heading in the middle and the default menu on the right, see screenshot:
Is there a way to not show the page heading in the middle? If I remove it from a page, the title of layout.erb ist used. If this is removed, the app name is used. I would like to show nothing at all. I.e. remove "Rhodes_5.0.30App" in the screenshot above.
Also, is there a way to configure the background color of the title? Perhaps this should be a modification of rhodes itself.
Thanks for any hints!
1 Replies
Most of us prefer to remove it!
It is wasted screen real-estate, and I surveyed popular Android apps - including standard ones that come with devices - and almost nobody uses this any more. I think this is an artifact from early days of Android. And so I choose to disable it in build.yml:
android_title: 0
It will change to the title of each page. So, if you are using jQuery Mobile, the one thing that is read from the of every page is . If you change the on each page, what will be seen is that page's content.
Did you try, then, an empty ?