[android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread kodlan
Hi, I have a wide ListView that I need to scroll both vertically (for new items) and horizontal (to display entire row). Is it a good idea to do something like the code below? What are other options if any? Thanks beforehand. HorizontalScrollView android:id=@+id/scrollview

Re: [android-developers] Wide ListView horizontal scrolling?

2012-07-05 Thread kodlan
I don't know if that will work... It might. Have you tried it? It seems to work, but I don't know if thats a good idea to do so. Maybe that will cause some problems that I'm not aware of. I would try to redesign each row so that it doesn't have to scroll horizontally to display

[android-developers] Re: RelativeLayout layout_alignParentRight changes parent

2012-04-27 Thread kodlan
I'm having the same issue. Is there any workaround for that? -- 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] Re: Layout selector to switch to tablet layout?!

2012-04-17 Thread kodlan
Hi, Thanks for response. Where did you get those numbers for Nexus? What's the way to calculate them? The problem with x-large is that it not recommended to be used for 3.2 and higher, see http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts, that was the

[android-developers] Re: Layout selector to switch to tablet layout?!

2012-04-17 Thread kodlan
FWIW, the built-in apps use 600dp as the switchover point. Now that's interesting, thanks. -- 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

[android-developers] Re: Layout selector to switch to tablet layout?!

2012-04-17 Thread kodlan
What's the way to calculate them? dip = px * 160 / density using the density buckets (e.g., -xhdpi is 320) So: 1280px * 160 / 320 = 1280 / 2 = 640dip Thanks! Please re-read those instructions. Nowhere does it say that -xlarge is not recommended for 3.2 and higher. You have

[android-developers] Re: Layout selector to switch to tablet layout?!

2012-04-17 Thread kodlan
Okay got it. Thanks for explanations. As I said, nowhere does it say that -xlarge is not recommended for 3.2 and higher. Deprecated means we think we have a better solution that you should investigate, even though you may not be able to use it yet due to backwards compatibility. You have

[android-developers] Layout selector to switch to tablet layout?!

2012-04-13 Thread kodlan
Hi! This drives me nuts. I'm developing application where I need to provide both tablet layout and simpler layout for phones. I'm targeting 4.0. After reading this http://developer.android.com/guide/practices/screens_support.html#DeclaringTabletLayouts I'm totally lost how that should be done.

[android-developers] Re: Android Market user ratings disappeared on July 29, 2011

2011-08-01 Thread kodlan
Damn, the same with my apps. Any news on that issue? On Aug 1, 2:02 pm, pad e.pad...@gmail.com wrote: Hi Scott, the same happened to me. I lost more than 600 five stars ratings and my app stars goes down dramatically. I cannot find answers on the web, did you find something? Regards