我不知道如何更改滑动菜单的标题栏,如图标,backgroundcolor或图像,有没有办法使用我自己的布局文件?我用过sherlock,
我试试这个:
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);
但它无法正常工作
答案 0 :(得分:0)
只需setTitle(int ResID)
方法中的onCreate
。