[android-developers] Layout issues

2012-07-13 Thread Damien Cooke
Hi All, I am having a problem with layouts. I am sure I have just missed something stupid but if someone could point me in the right direction I would really appreciate it. I have build a navigation system which works very well for my application, I have a scrolling "tabBar" which is a set

Re: [android-developers] layout issues

2012-01-06 Thread Kostya Vasilyev
Those resource qualifiers are available starting with Android 3.2, not 3.0: http://android-developers.blogspot.com/2011/07/new-tools-for-managing-screen-sizes.html So, create your emulator to use the 3.2 runtime. 7 января 2012 г. 2:04 пользователь DanielleM написал: > Hello all: > > I was just

[android-developers] layout issues

2012-01-06 Thread DanielleM
Hello all: I was just wondering if anyone else has been having issues getting the Layout Manager in Eclipse to match up with the Android emulator? One thing to note is that in my experience it seems that the emulator does match real devices more so than the Eclipse Layout Manager. So my problem i

[android-developers] layout issues, is the reason minsdk=3?

2011-01-13 Thread Gabriel Simões
Hello dear developers, how are you doing? After many months developing for android using only the emulator my test device I finally got a real device. When I thought everything was perfect and I was finally testing on an environment that would mimic every user's device, I found out that "the world

[android-developers] Layout issues with 2 specific devices

2010-03-09 Thread authoreyes
All - Sorry for posting another layout topic, but I think all of my reading of different layout concerns has confused me a bit, so I wanted to see if someone could help with a specific case. I have an urgent question regarding layouts across different android devices. I would greatly appreciate

[android-developers] Layout issues for multiple screen sizes and API versions

2010-01-19 Thread snowy_tracks
I am currently trying to make my app compliant with all screen sizes / api levels. I have this mostly working, however there is 1 issue i cannot resolve: Layouts in the "layout-hdpi" folder are used by and any phone on 1.5 (API level 3). - Which i dont want, i want API level 3 phones to use the

[android-developers] Layout issues using Gallery

2009-10-06 Thread Rory
How would I set up my gallery to be on the bottom of the screen? Would I need to create a gridLayout and then set the gallery in the bottom grid or what? I've tried doing android:gravity="bottom" with no luck. --~--~-~--~~~---~--~~ You received this message because