On Wed, Jun 13, 2012 at 5:18 AM, Mark Cz <[email protected]> wrote: > My EULA is an activity with the following manifest > > <activity > android:name=".EulaActivity" > android:screenOrientation="portrait" > android:theme="@android:style/Theme.Translucent" > android:configChanges="keyboard|keyboardHidden|orientation" />
Please don't use android:screenOrientation="portrait", particularly for something as trivial as a EULA. For example, I can think of no reason why Google TV users -- or anyone else with a landscape-only device -- should need to incur neck pain to read your EULA. Even for a regular device, I'd be annoyed at somebody forcing me to turn my device just to read their legal agreement. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in NYC: http://marakana.com/training/android/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

