i dont know how to change the title bar of the slidingmenu,like the icon,the backgroundcolor or image, is there a way to use my own layout file? I have used sherlock,
i try this:
LayoutInflater inflator = (LayoutInflater)this.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
View v1 = inflator.inflate(R.layout.titleview, null);((TextView)v1.findViewById(R.id.title)).setText("hello title");
this.getSupportActionBar().setCustomView(v1);
but it not work as i want