forked from androidannotations/androidannotations
-
Notifications
You must be signed in to change notification settings - Fork 0
CustomTitle
pyricau edited this page Feb 28, 2013
·
1 revision
Since AndroidAnnotations 3.0
This annotation requests the Window feature Window.FEATURE_CUSTOM_TITLE
and sets it to the specified layout id.
@CustomTitle(R.layout.custom_title)
public class MyActivity extends Activity {
}
AndroidAnnotations was created by Pierre-Yves Ricau and is sponsored by eBusinessInformations.
09/11/2014 The 3.2 release is out !
- Get started!
- Download
- Cookbook, full of recipes
- Customize annotation processing
- List of all available annotations
- Release Notes
- Examples
- Read the FAQ
- Join the Mailing list
- Create an issue
- Tag on Stack Overflow