[android-developers] Re: Layout issues

2012-07-13 Thread Juned Khan
try to use this line in Android manifest file. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsub

Re: [android-developers] Re: layout issues

2012-01-06 Thread Kostya Vasilyev
7 января 2012 г. 2:20 пользователь DanielleM написал: > Ah...that makes sense. Perhaps I should have read over the > documentationagain. I'm sure it says that. > Yes, that post at the official blog I linked to goes into great detail about how this works and best practices. > > Thanks so m

[android-developers] Re: layout issues

2012-01-06 Thread DanielleM
Ah...that makes sense. Perhaps I should have read over the documentationagain. I'm sure it says that. Thanks so much!!! On Jan 6, 5:14 pm, Kostya Vasilyev wrote: > Those resource qualifiers are available starting with Android 3.2, not 3.0: > > http://android-developers.blogspot.com/2011/07/n

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

2011-01-14 Thread Kumar Bibek
Well, read up a bit on Designing apps for different screen sizes and resolutions. Kumar Bibek http://techdroid.kbeanie.com http://www.kbeanie.com 2011/1/15 Gabriel Simões > No help on this one? No one ever stepped on this same problem, mainly > with htc wildfire or using minsdk=3 (even with t

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

2011-01-14 Thread Kostya Vasilyev
Do you have supports-screens in the manifest? 2011/1/15 Gabriel Simões > No help on this one? No one ever stepped on this same problem, mainly > with htc wildfire or using minsdk=3 (even with targetsdk=4 or above)? > > tnx! > > On 13 jan, 22:28, Gabriel Simões wrote: > > Hello dear developers,

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

2011-01-14 Thread Gabriel Simões
No help on this one? No one ever stepped on this same problem, mainly with htc wildfire or using minsdk=3 (even with targetsdk=4 or above)? tnx! On 13 jan, 22:28, Gabriel Simões wrote: > Hello dear developers, how are you doing? > > After many months developing for android using only the emulato

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

2011-01-13 Thread Gabriel Simões
Just to complete the post above, I´m using relativelayout, sizes and distances in dip, font sizes in sp. On 13 jan, 22:28, Gabriel Simões wrote: > 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 d

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

2010-01-22 Thread snowy_tracks
Thanks Lance, I thought it may have been an OS issue. On Jan 19, 8:25 pm, Lance Nanek wrote: > You might be running into the Android 2.0.0 bug where it only matches > the -v6 > specifier:http://groups.google.com/group/android-developers/msg/315ce9b9dde1161a > > On Jan 19, 8:13 am, snowy_tracks

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

2010-01-19 Thread Lance Nanek
You might be running into the Android 2.0.0 bug where it only matches the -v6 specifier: http://groups.google.com/group/android-developers/msg/315ce9b9dde1161a On Jan 19, 8:13 am, snowy_tracks wrote: > I am currently trying to make my app compliant with all screen sizes / > api levels. > > I have

[android-developers] Re: Layout issues using Gallery

2009-10-07 Thread Jarcikon
Rory, I would use a RelativeLayout as the parent for the gallery, then set android:layout_alignParentBottom="true" on the gallery. Mike On Oct 6, 2:42 pm, Rory wrote: > How would I set up mygalleryto be on thebottomof the screen? Would > I need to create a gridLayout and then set thegalleryin