|
|
|
@ -16,6 +16,7 @@ import android.widget.TextView; |
|
|
|
|
|
|
|
|
|
import androidx.fragment.app.Fragment; |
|
|
|
|
|
|
|
|
|
import com.blankj.utilcode.util.AppUtils; |
|
|
|
|
import com.blankj.utilcode.util.ToastUtils; |
|
|
|
|
import com.example.yideng.loaddialoglibrary.LmiotDialog; |
|
|
|
|
import com.google.gson.Gson; |
|
|
|
@ -64,6 +65,7 @@ public class LoginPhoneFragment extends Fragment implements View.OnClickListener |
|
|
|
|
private LinearLayout lin_code; |
|
|
|
|
private ProgressBar progress; |
|
|
|
|
private TextView tv_code_msg; |
|
|
|
|
private TextView tv_version; |
|
|
|
|
|
|
|
|
|
public LoginPhoneFragment() { |
|
|
|
|
// Required empty public constructor
|
|
|
|
@ -114,6 +116,8 @@ public class LoginPhoneFragment extends Fragment implements View.OnClickListener |
|
|
|
|
lin_code.setOnClickListener(this); |
|
|
|
|
progress = view.findViewById(R.id.progress); |
|
|
|
|
tv_code_msg = view.findViewById(R.id.tv_code_msg); |
|
|
|
|
tv_version = view.findViewById(R.id.tv_version); |
|
|
|
|
tv_version.setText("V "+AppUtils.getAppVersionName()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|