Specifying the following in an XML file will slide a view into place, starting with the view's right edge aligned with the right edge of the screen (assuming parent is the main window). <translate android:fromXDelta="100%p" android:toXDelta="0" />
Is there a recommended/possible way to specify the starting position to be just offscreen (i.e. the view's left edge is aligned with the right edge of the screen)? -- 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

