[android-developers] Re: How to add transparent button to screen

2009-02-23 Thread brado32003

I've made $109 on this free sportsbetting site, and my friend currently has 
over 
$200!... 
 
You start with 10 cents and when you get to $20 you can cash out or keep going! 
 
Check it out... 
 
http://www.centsports.com/?opcode=289473


 cindy  wrote: 
> 
> I need to make the linear layout transparent. Other wise, I still
> could n't see the picture underneath. I have put the background to
> @android:drawable/gallery_thumb
> 
> Still not working.
> 
> http://schemas.android.com/apk/res/
> android"
> android:layout_width="fill_parent"
> android:layout_height="fill_parent"
> android:orientation="vertical">
>  android:layout_width="fill_parent"
> android:layout_height="fill_parent"
> android:layout_weight="1"
> android:gravity="bottom">
> 
>  android:layout_width="fill_parent"
>  android:layout_height="wrap_content"
>  android:background="@android:drawable/gallery_thumb"
>  android:orientation="horizontal">
> 
>android:text="Back"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:layout_alignParentLeft="true"/>
>android:text="Take"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:layout_centerHorizontal="true"/>
>android:text="Save"
> android:layout_width="wrap_content"
> android:layout_height="wrap_content"
> android:layout_alignParentRight="true"/>
> 
> 
> 
> 
> On Feb 22, 10:07 am, drasticp  wrote:
> > Try using an image drawable or ninepatch drawable PNG with some alpha
> > in it.
> >
> > This is an example that's already in the framework. Set this as the
> > background of a FrameLayout:
> > @android:drawable/gallery_thumb
> >
> > On Feb 22, 12:08 am, cindy  wrote:
> >
> > > Hi all,
> >
> > > When I use android's camera, the buttons aretransparent. Does anyone
> > > knows how to do that?
> >
> > > A lot of thanks!
> >
> > > Cindy
> > 


--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add transparent button to screen

2009-02-22 Thread cindy

I need to make the linear layout transparent. Other wise, I still
could n't see the picture underneath. I have put the background to
@android:drawable/gallery_thumb

Still not working.

http://schemas.android.com/apk/res/
android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical">


  








On Feb 22, 10:07 am, drasticp  wrote:
> Try using an image drawable or ninepatch drawable PNG with some alpha
> in it.
>
> This is an example that's already in the framework. Set this as the
> background of a FrameLayout:
> @android:drawable/gallery_thumb
>
> On Feb 22, 12:08 am, cindy  wrote:
>
> > Hi all,
>
> > When I use android's camera, the buttons aretransparent. Does anyone
> > knows how to do that?
>
> > A lot of thanks!
>
> > Cindy
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: How to add transparent button to screen

2009-02-22 Thread drasticp

Try using an image drawable or ninepatch drawable PNG with some alpha
in it.

This is an example that's already in the framework. Set this as the
background of a FrameLayout:
@android:drawable/gallery_thumb


On Feb 22, 12:08 am, cindy  wrote:
> Hi all,
>
> When I use android's camera, the buttons are transparent. Does anyone
> knows how to do that?
>
> A lot of thanks!
>
> Cindy
--~--~-~--~~~---~--~~
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@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---