Creating Transparent is quite simple in android .
you have to add transparent theme for which activity you wants to made Transparent
<activity
android:name=".AlarmUIActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
you have to add transparent theme for which activity you wants to made Transparent
<activity
android:name=".AlarmUIActivity"
android:label="@string/app_name"
android:theme="@android:style/Theme.Translucent.NoTitleBar">
No comments:
Post a Comment