|
|
@@ -63,7 +63,7 @@ public class SmartShelvestFragment extends BaseFragment {
|
|
|
|
|
|
@Override
|
|
|
protected void initViews() {
|
|
|
- FunctionActivity.setTitle("智能上架(扫码)");
|
|
|
+ FunctionActivity.setTitle(getResources().getString(R.string.agv_shelving));
|
|
|
((FunctionActivity) getActivity()).setMoreBtnVisible(true);
|
|
|
mMenuButton = (Button) mActivity.findViewById(R.id.btn_actionbar_more);
|
|
|
mScanImageView = (ImageView) mActivity.findViewById(R.id.btn_actionbar_scan_iv);
|
|
|
@@ -415,7 +415,7 @@ public class SmartShelvestFragment extends BaseFragment {
|
|
|
public void onHiddenChanged(boolean hidden) {
|
|
|
super.onHiddenChanged(hidden);
|
|
|
if (!hidden) {
|
|
|
- FunctionActivity.setTitle("智能上架(扫码)");
|
|
|
+ FunctionActivity.setTitle(getResources().getString(R.string.agv_shelving));
|
|
|
((FunctionActivity) getActivity()).setMoreBtnVisible(true);
|
|
|
}else {
|
|
|
((FunctionActivity) getActivity()).setMoreBtnVisible(false);
|