Hi,

Is there a possibility to move a window without moving internally?

Like, I have reduced the size of the Browser application 's window so
that it occupies one-fourth of the dimensions in the screen.

I have also written a code for the movement keys.

In the onKeyDown() of phone window,the code which i have written is


case KEYCODE_DPAD_RIGHT:
          WindowManager.LayoutParams lp =    getAttributes();
           lp.y+=10;
         setAttributes(lp);


-- 
You received this message because you are subscribed to the Google
Groups "Android Beginners" group.

NEW! Try asking and tagging your question on Stack Overflow at
http://stackoverflow.com/questions/tagged/android

To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to