Elliott Hughes 65de0e6a26 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.)
2009-07-25 15:55:19 -07:00
..