Transparent Help Activity in Android -
i'm developing android app, , implement this:
http://developer.android.com/design/media/help_cling.png
how can this? it's beautiful , think usefull. thank you!
it goes this:
<activity android:name=".usual.activity.declaration" android:theme="@android:style/theme.translucent.notitlebar" /> this should you.
Comments
Post a Comment