[android-developers] Re: Does anyone has the documentation of window manager?

2009-10-06 Thread Karthik P
/java/com/android/server/WindowManagerService.java Um, have fun...? On Mon, Oct 5, 2009 at 10:13 PM, Karthik P karthi...@gmail.com wrote: Can someone point me where the documentation of window manager is present? Karthik -- Dianne Hackborn Android framework engineer hack

[android-developers] Is it possible to create custom theme?

2009-10-05 Thread Karthik P
Is it possible to create custom theme? And give its properties such as window type, background color, font size, etc? Karthik --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: Is it possible to create custom theme?

2009-10-05 Thread Karthik P
Please let me know how do I achieve it. On Mon, Oct 5, 2009 at 6:40 PM, nisha.devit nisha.de...@gmail.com wrote: Yeah, it is possible... On Mon, Oct 5, 2009 at 6:09 AM, Karthik P karthi...@gmail.com wrote: Is it possible to create custom theme? And give its properties such as window type

[android-developers] Is it possible for me to create a custom window like android:windowNoTitle

2009-10-05 Thread Karthik P
Any idea how do I create a custom window like android:windowNoTitle or android:Dialog? Karthik --~--~-~--~~~---~--~~ 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] Re: Is it possible for me to create a custom window like android:windowNoTitle

2009-10-05 Thread Karthik P
Any idea on this? On Mon, Oct 5, 2009 at 7:05 PM, Karthik P karthi...@gmail.com wrote: Any idea how do I create a custom window like android:windowNoTitle or android:Dialog? Karthik --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Does anyone has the documentation of window manager?

2009-10-05 Thread Karthik P
Can someone point me where the documentation of window manager is present? Karthik --~--~-~--~~~---~--~~ 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] How do I resize my application to a smaller one placing it on top left?

2009-09-28 Thread Karthik P
Is there any way for me to resize an app to make it smaller and placing it top left? I understand that there is a theme - Dialog its possible to make the window size smaller but is it possible for me to dictate the x, y, dx, and dy where the dialog has to be placed? Karthik

[android-developers] Re: How to split a screen into two? One running with an application and the other with another application?

2009-09-22 Thread Karthik P
examples in ApiDemos of dialog and translucent themed activities. On Mon, Sep 21, 2009 at 10:26 PM, Karthik P karthi...@gmail.com wrote: I saw the below portion in the documentation, By setting the theme of an activity to android:theme=android:style/Theme.Dialog, your activity will take

[android-developers] How to split a screen into two? One running with an application and the other with another application?

2009-09-21 Thread Karthik P
Does anyone has an idea of how to split the screen into two? Is it possible for me to run an application in one screen and another app in other screen? Any help in this regard will be of great help. Karthik --~--~-~--~~~---~--~~ You received this message because

[android-developers] Re: How to split a screen into two? One running with an application and the other with another application?

2009-09-21 Thread Karthik P
, 2009 at 8:05 PM, Rud rudmerr...@gmail.com wrote: Just speculating but maybe using SurfaceView with a transparent region? The background app might show through the transparent area of the foreground app. Rud On Sep 21, 7:43 am, Karthik P karthi...@gmail.com wrote: Does anyone has an idea

[android-developers] Re: Why did I delete the project, but it still run ?

2008-10-05 Thread Karthik P
This is just that user data is still present, if you want to clear off entire user data then use wipe command either from command line or while you do Run Configuration-Target-Wipe User data (Check this). This will clear off all user data. Thanks, Karthik 2008/10/5 Baonq86 [EMAIL PROTECTED]