Skip to content
This repository has been archived by the owner on Feb 26, 2023. It is now read-only.

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 {

}

Using AndroidAnnotations

Questions?

Enjoying AndroidAnnotations

Improving AndroidAnnotations

Extending AndroidAnnotations

Clone this wiki locally