@Deprecated
@Retention(value=CLASS)
@Target(value=TYPE)
public @interface NoTitle
Should be used on EActivity
classes that must have no title.
Note: This annotation has been deprecated. Please use
@WindowFeature(Window.FEATURE_NO_TITLE})
instead
WindowFeature
Copyright © 2010-2014. All Rights Reserved.