开发者

Android-Transparent Panel

开发者 https://www.devze.com 2023-01-21 16:02 出处:网络
I am new to android.I nee开发者_开发百科d to create a Transparent Panel . Can any one help me with same code..

I am new to android.I nee开发者_开发百科d to create a Transparent Panel . Can any one help me with same code..

Thanks in advance....


A TransparentPanel is not a class native to Android itself. The only context where I have encountered it is in a tutorial available at :

link text

I hope this may be of some use to you. You can download the source for the tutorial from that page.


example:

                <LinearLayout
                    android:id=...
                    android:layout_height=....
                    android:layout_width=....
                    android:background="@android:color/transparent" />


setAlpha(128);

Your question doesn't make sense, you'll need to be more specific about what you want.

0

精彩评论

暂无评论...
验证码 换一张
取 消