forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
NoTitleAndFullscreen
pyricau edited this page May 10, 2012
·
1 revision
Since AndroidAnnotations 2.2
If you never remember how to hide the title bar, and how to set an activity to fullscreen, those annotations are for you!
This annotation requests the Window feature Window.FEATURE_NO_TITLE.
@NoTitle
public class MyActivity extends Activity {
}This annotation adds the Window flag LayoutParams.FLAG_FULLSCREEN.
@Fullscreen
public class MyActivity extends Activity {
}AndroidAnnotations was created by Pierre-Yves Ricau and is sponsored by eBusinessInformations.
04/03/2013 The 2.7.1 release is out
- Get started!
- Download
- Cookbook, full of recipes
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow