[android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread Hari Edo
The tarot deck answers nothing, so I'm reading the tea leaves now. If that doesn't work, I will throw some chicken bones across the campfire. What app? Is this your app? What are you doing to develop the activity? Are you making layouts in XML? Did you try a sample application? What tablet

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread Kostya Vasilyev
-- Kostya Vasilyev -- http://kmansoft.wordpress.com 26.01.2011 23:01 пользователь Hari Edo hari@gmail.com написал: The tarot deck answers nothing, so I'm reading the tea leaves now. If that doesn't work, I will throw some chicken bones across the campfire. What app? Is this your app?

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread Kostya Vasilyev
This is easily fixed in the manifest. Either set minSdk to 4 or above, or add supports-screens (look it up in the reference). http://developer.android.com/guide/practices/screens_support.html -- Kostya Vasilyev -- http://kmansoft.wordpress.com 26.01.2011 23:01 пользователь Hari Edo

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread gato chlr
On 26 January 2011 16:00, Hari Edo hari@gmail.com wrote: The tarot deck answers nothing, so I'm reading the tea leaves now. If that doesn't work, I will throw some chicken bones across the campfire. Those lines does not help, please google:How to tell somebody: I can't help you because

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread Kostya Vasilyev
My tarot deck is working just fine, thank you. Set each value inside supports-screens to true, changing from false's you have now. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 27.01.2011 0:04 пользователь gato chlr dany...@gmail.com написал: On 26 January 2011 16:00, Hari Edo

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread gato chlr
Thanks Kostya ! it works for me! now the application uses the whole screen. Just one more thing, now the elements (Buttons, TextViews) and all in general looks smaller and because of that, the general view is a little bit wrong. What can I do to fix that. As I'm using Android 2.2 I can't use

Re: [android-developers] Re: Application does not use all screen in Android tablet (with android 2.2)

2011-01-26 Thread Kostya Vasilyev
Dany, Read the information at the link I posted before, that should get you started. If you have any specific questions, post them here, providing more context, someone should be able to help. -- Kostya Vasilyev -- http://kmansoft.wordpress.com 27.01.2011 1:09 пользователь gato chlr