Aug 1, 2011

Setting Transparent color


android:background="@android:color/transparent"


Or

Color.TRANSPARENT

1 comment:

  1. without tittle bar:
    android:theme="@android:style/Theme.Translucent.NoTitleBar"

    with tittle bar:

    android:theme="@android:style/Theme.Translucent"

    ReplyDelete