// 设置标题为粗体 TextView custom_type = (TextView) view.findViewById(R.id.custom_type); custom_type.getPaint().setFakeBoldText(true);