org.androidannotations.annotations
Annotation Type Fullscreen


@Retention(value=CLASS)
@Target(value=TYPE)
public @interface Fullscreen

Should be used on EActivity classes that must be fullscreen.

Example :
 @Fullscreen
 @EActivity
 public class MyActivity extends Activity {
 
 }
 

See Also:
NoTitle, WindowFeature



Copyright © 2010-2014. All Rights Reserved.