I already remove the title in onCreate() method.
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(
You can simply add full screen theme to that activity in your manifest file:
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"