@Retention(value=CLASS)
@Target(value=TYPE)
public @interface CustomTitle
Use it on EActivity annotated classes to set a custom title layout.
The annotation value is mandatory and should be one of R.layout.* fields.
Example :
@CustomTitle(R.layout.activityTitleLayout)
@EActivity(R.layout.main)
public class MyActivity extends Activity {
}
| Modifier and Type | Required Element and Description |
|---|---|
int |
value |
Copyright © 2010-2014. All Rights Reserved.