On Wed, Mar 31, 2010 at 8:22 AM, javame_android <[email protected]> wrote: > I have been able to minimize the View using animation. I have set the > animation for 500 duration, so the animation disappear after that > period. > > Can someone let me know is it possible to have that shrunken view > permanently till someone clicks on it? > > Please reply so that I can sort this User Interface as soon as > possible. > > Also, let me know if its difficult to understand what I want.
I'm not really sure what you're trying to do, but if you are trying to mimic an effect that is present in the Android Browser (as you suggested in your first post) then take a look at the Browser source code, it should tell you how the layout was achieved: https://android.git.kernel.org/?p=platform/packages/apps/Browser.git;a=tree;f=res/layout;h=412f4593d0c31af17e7b608406700ecf16b5297f;hb=HEAD -- 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 To unsubscribe, reply using "remove me" as the subject.

