Commits

Elliott Hughes authored 65de0e6a266
Encourage the better way of removing an Activity's title bar. Books and web pages seem to prefer the requestWindowFeature method over the android:theme, despite the advantages of the latter. This may be because we mention requestWindowFeature but not android:theme in our FAQ. (Also add missing end tag to fix page rendering with Chrome.)