|
@@ -251,7 +251,7 @@ public class MeFragment extends SupportToolBarFragment implements View.OnClickLi
|
|
|
private void initView() {
|
|
private void initView() {
|
|
|
android.support.v7.widget.Toolbar toolbar = getCommonToolBar();
|
|
android.support.v7.widget.Toolbar toolbar = getCommonToolBar();
|
|
|
if (toolbar != null) {
|
|
if (toolbar != null) {
|
|
|
- toolbar.setBackgroundResource(R.drawable.common_toolbar_me_bg);
|
|
|
|
|
|
|
+ toolbar.setBackgroundResource(R.drawable.common_toolbar_mef_bg);
|
|
|
}
|
|
}
|
|
|
setTitle(R.string.me);
|
|
setTitle(R.string.me);
|
|
|
//编辑
|
|
//编辑
|