Im making a library that acts like a guide in android apps. For this I've created an activity that has this theme:
<activity
android:name=".widgets.TutorialActivity"
android:screenOrientation="sensorPortrait"
android:theme="@android:style/Theme.Translucent.NoTitleBar" >
</activity>
and I've set this semi transparent color to activity's relativeLayout background : #DD3F51B5
The problem is that i dont know how to make a circular view in this layout that dosen't take effect of that color and it must be completely transparent without any color.