Re: [android-developers] SoftKeyboard with transparent background

2011-04-17 Thread Pradeep Bhatt
Oh, Sorry for that ! By "did not work" I mean for many apps background did not have transparency it was opaque. On Sun, Apr 17, 2011 at 6:42 AM, Dianne Hackborn wrote: > Define "did not work." In what way did it not work? > > On Sat, Apr 16, 2011 at 9:21 AM, Pradeep wrote: > >> Hi, >> >> I ha

Re: [android-developers] SoftKeyboard with transparent background

2011-04-16 Thread Dianne Hackborn
Define "did not work." In what way did it not work? On Sat, Apr 16, 2011 at 9:21 AM, Pradeep wrote: > Hi, > > I have written a new keyboard by extending the SoftKeyboard provided > as example. > > I wanted to have a transparent background so I included a transparent > png as background. This w

[android-developers] SoftKeyboard with transparent background

2011-04-16 Thread Pradeep
Hi, I have written a new keyboard by extending the SoftKeyboard provided as example. I wanted to have a transparent background so I included a transparent png as background. This worked for some apps but for many others it did not. How can I make it work for all ? Am I missing something ? Reg