We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Since AndroidAnnotations 3.0
This annotation requests the Window feature Window.FEATURE_CUSTOM_TITLE and sets it to the specified layout id.
Window.FEATURE_CUSTOM_TITLE
@CustomTitle(R.layout.custom_title) public class MyActivity extends Activity { }