hanchang/friar

Change the "Friar Book" title

Opened this issue · 2 comments

I customized my book following the instructions here:
http://www.friarframework.com/tutorials/

However, when I run the app in a simulator, there's like a top menu with the name "Friar Book".
Where do I change it?

Is it in strings.xml?
Thank you

have a look at the manifest.xml

The AndroidManifest.xml file is setting the title as "@string/appname" which does seem to be pulling the string from strings.xml.