Hi,
I am new to android.I need to create a Transparent Panel . Can any one help me with same code..
Thanks in advance....
Hi,
I am new to android.I need to create a Transparent Panel . Can any one help me with same code..
Thanks in advance....
setAlpha(128);
Your question doesn't make sense, you'll need to be more specific about what you want. Also, you need to go accept some of your previous answers, you have a 0% acceptance rate.
example:
<LinearLayout
android:id=...
android:layout_height=....
android:layout_width=....
android:background="@android:color/transparent" />