[android-developers] Re: list actvity is scrolling

2011-12-05 Thread Streets Of Boston
Don't use a ListActivity. You only have a small and fixed amount of 
elements (8). Use a regular Activity with a layout that has a vertical 
LinearLayout or a TableLayout as the top element. These two don't scroll.

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: list actvity is scrolling

2011-12-04 Thread Ali Chousein
The first step to get assitance in this group would be to articulate
your questions. Reading your questions for the last some months, I've
never understood what exactly you are trying to do. If expressing a
coding question in plain English is difficult (and most of the times
it is), copy paste the most relevant parts of your code and rewrite
your question by referring to the code you pasted. Otherwise, you are
trying to get assistance in vain.

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994


On Dec 4, 5:54 am, jaggu mjagadeeshb...@gmail.com wrote:
 yes list is scrolling but my list contains image text image like this

 and even my list content have only 8 elements its shouldnt be scroll
 even in my layout i haven't given scrollview also

 is there any procedure can any one suggest me for this


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: list actvity is scrolling

2011-12-03 Thread Spiral123
Scrolling is an integral feature of list activity.

is there a specific reason why your list should not scroll?  maybe we
can suggest an alternative approach.

On Dec 3, 5:03 am, jaggu mjagadeeshb...@gmail.com wrote:
 Hi
 i used list actvity in my code but the list is scrolling .
 in my list shouldnt be scroll can any one tell how

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: list actvity is scrolling

2011-12-03 Thread jaggu
yes list is scrolling but my list contains image text image like this

and even my list content have only 8 elements its shouldnt be scroll
even in my layout i haven't given scrollview also

is there any procedure can any one suggest me for this

On Sat, Dec 3, 2011 at 9:16 PM, Spiral123 cumis...@gmail.com wrote:
 Scrolling is an integral feature of list activity.

 is there a specific reason why your list should not scroll?  maybe we
 can suggest an alternative approach.

 On Dec 3, 5:03 am, jaggu mjagadeeshb...@gmail.com wrote:
 Hi
 i used list actvity in my code but the list is scrolling .
 in my list shouldnt be scroll can any one tell how

 --
 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en