[android-developers] android:screenOrientation not allowed in a style?

2012-01-16 Thread Chuck Kasek
Can anyone tell me if there is something specific you have to do to use the screenOrientation attribute in a style? If i put it directly on the activity tag in my manifest, it works fine, but if I try to use it as part of a style it doesn't work. This works: activity android:name=.MyActivity

Re: [android-developers] android:screenOrientation not allowed in a style?

2012-01-16 Thread Sree
try to modify the styles.xml like below resources style name=Landscape        item name=android:screenOrientationlandscape/item    /style /resources On Sat, Jan 14, 2012 at 12:21 AM, Chuck Kasek cka...@gmail.com wrote: Can anyone tell me if there is something specific you have to do to use