I already remove the title in onCreate() method.
protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(
I had the same problem.
Personally, I solved it by replacing my Activity inheritance from ActionBarActivity to Activity.
Hope this will help someone...