hanchang / friar

Friar Framework helps you make beautiful Android 2.2+ apps out of HTML5 content. Inspired by the Baker Framework for iOS.
http://www.friarframework.com
75 stars 19 forks source link

Change the "Friar Book" title #21

Open rossellap opened 11 years ago

rossellap commented 11 years ago

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

webschnecke commented 11 years ago

have a look at the manifest.xml

kennydrobnack commented 11 years ago

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