Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
*
* </blockquote>
*
* @see NoTitle
* @see WindowFeature
*/
@Retention(RetentionPolicy.CLASS)
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@
* The annotation value should be one or several of {@link android.view.Window}
* constants.
* </p>
* <p>
* <b>Note:</b> This should replace {@link NoTitle} annotation.
* </p>
* <blockquote>
*
* Example :
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ public AnnotationHandlers(ProcessingEnvironment processingEnvironment) {
add(new OptionsMenuHandler(processingEnvironment));
add(new OptionsMenuItemHandler(processingEnvironment));
add(new OptionsItemHandler(processingEnvironment));
add(new NoTitleHandler(processingEnvironment));
add(new CustomTitleHandler(processingEnvironment));
add(new FullscreenHandler(processingEnvironment));
add(new RestServiceHandler(processingEnvironment));
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@

import org.androidannotations.annotations.EActivity;
import org.androidannotations.annotations.Fullscreen;
import org.androidannotations.annotations.NoTitle;

import android.app.Activity;

@SuppressWarnings("deprecation")
@EActivity
@NoTitle
@Fullscreen
public class NoTitleFullscreenActivity extends Activity {
public class FullscreenActivity extends Activity {

}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.