private void getIndecator(){
//hack from com.android.internal.widget.ActionBarView
int id_hamburger=getResources().getIdentifier("up", "id", "android");
int id_title=getResources().getIdentifier("action_bar_title", "id", "android");
int id_subtitle=getResources().getIdentifier("action_bar_subtitle", "id", "android");
int id_action_bar=getResources().getIdentifier("action_bar", "id", "android");
mHamburger=(ImageView) findViewById(id_hamburger);
mHomeTitle=(TextView)findViewById(id_title);
}