I want to move the position of the layout( eg, linearLayout) at runtime, I tried to using Timer and LinearLayout.layout() function to move the position but first time only move it.
objLinearLayout.layout(prevLayout.getWidth(), 0, prevLayout.getRight () ,prevLayout.getBottom() ); is it possible ? or give me the idea for moving the postion of the layout. Thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

