[android-developers] Re: Is there any way to disable landscape mode for widget?

2011-06-10 Thread Alexey Onuchin
Hmm, Ok. Then I will provide additional layouts :) Thanks. On 10 июн, 16:24, Mark Murphy wrote: > On Fri, Jun 10, 2011 at 8:18 AM, Alexey Onuchin wrote: > > I'm developing a simple widget for which I want to leave only portrait > > mode. So is there any way to block lanscape

[android-developers] Is there any way to disable landscape mode for widget?

2011-06-10 Thread Alexey Onuchin
Hi to all, I'm developing a simple widget for which I want to leave only portrait mode. So is there any way to block lanscape mode like we can do it for Activities? Thanks in advance, Alexey -- You received this message because you are subscribed to the Google Groups "Android Developers" g

[android-developers] Widget size problem

2011-05-13 Thread Alexey Onuchin
Hi to all, I faced with one strange issue designing my widget layout. At first I decided to make it 3x2 cells for all supported screens. So I use minWidth=220dip and minHeight=146dip in my xml/widget.xml: http://schemas.android.com/apk/res/ android" android:minHeight="220dip"