From 656d35e6a54a89caa549412c6f0f4635985f4153 Mon Sep 17 00:00:00 2001 From: endian11 <Dana_Lee1016@126.com> Date: 星期四, 21 三月 2019 10:31:45 +0800 Subject: [PATCH] 完善驾校信息页 --- app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java b/app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java index fc7981f..abc53ff 100644 --- a/app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java +++ b/app/src/main/java/safeluck/drive/evaluation/fragment/NetWorkTrainFragment.java @@ -38,7 +38,7 @@ @Nullable @Override public View onCreateView(@NonNull LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) { - View view = inflater.inflate(R.layout.layout_stu_score,container,false); + View view = inflater.inflate(R.layout.layout_train_fragment,container,false); initView(view); return view; } -- Gitblit v1.8.0