commit | 65de0e6a266bb4d176194d21ee59661066134012 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Sat Jul 25 15:38:13 2009 -0700 |
committer | Elliott Hughes <enh@google.com> | Sat Jul 25 15:55:19 2009 -0700 |
tree | ba8b67cf5e395dd6d82e80e34f2e211ee405bc2a | |
parent | a04aaff2be2396b486181189c67d154e98892f9c [diff] |
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.)