Commit 987f8c3a authored by Marty's avatar Marty
Browse files

상단 타이틀 수정

parent 127c726d
......@@ -67,7 +67,8 @@ public class AsReqFinalActivity extends MActivity {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_as_req_final);
ButterKnife.bind(this);
title.setVisibility(View.GONE);
title.setText("A/S 접수 완료");
imageAdapter = new ImageAdapter(this);
req = getIntent().getParcelableExtra(INTE_REQ_AS);
req_num = getIntent().getStringExtra(INTE_REQ_AS_NUM);
......
......@@ -150,8 +150,3 @@ public class ChangePhoneActivity extends MActivity {
}
//
// case R.id.auth_confirm_btn:
//
// break;
\ No newline at end of file
......@@ -66,8 +66,6 @@ public class EditMyProductActivity extends ImageSelectActivity {
TextView title;
@BindView(R.id.baseline)
View baseline;
@BindView(R.id.model_name_edt)
EditText modelNameEdt;
@BindView(R.id.year_sp)
......
......@@ -61,7 +61,7 @@ public class DetailAddressActivity extends MActivity {
RES_Addr.AddrMD md = getIntent().getParcelableExtra(INTE_ADDRESS_MD);
commonApi = getMAPP().getCommonApi();
title.setText("");
title.setText("A/S 접수");
addrTitle.setText(md.getBdNm());
addrDetail.setText(md.getJiAddr());
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment