添加中安身份证识别模块
把IP设置移动到参数设置界面
| | |
| | | //地址选择 |
| | | implementation project(':pickerviewlibrary') |
| | | implementation project(':easysocket') |
| | | implementation project(':ocridcardlibrary') |
| | | |
| | | implementation 'com.tencent.bugly:crashreport:4.1.9.3' |
| | | // 处理图片 |
| | |
| | | |
| | | } |
| | | }); |
| | | myBinding.sysIp.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | PassWordDialog passWordDialog = new PassWordDialog(MyActivity.this, new Intent(MyActivity.this, SysIpActivity.class)); |
| | | passWordDialog.show(); |
| | | |
| | | } |
| | | }); |
| | | } |
| | | |
| | | |
| | |
| | | import android.view.View; |
| | | |
| | | import com.dayu.recharge.databinding.ActivityParameterBinding; |
| | | import com.dayu.recharge.view.PassWordDialog; |
| | | |
| | | /** |
| | | * Copyright (C), 2023, |
| | |
| | | startActivity(intent); |
| | | } |
| | | }); |
| | | binding.sysIp.setOnClickListener(new View.OnClickListener() { |
| | | @Override |
| | | public void onClick(View v) { |
| | | Intent intent = new Intent(ParameterActivity.this, SysIpActivity.class); |
| | | startActivity(intent); |
| | | } |
| | | }); |
| | | } |
| | | } |
| | |
| | | </RelativeLayout> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/sys_ip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:text="IP设置" |
| | | android:textColor="@color/text_selecter" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | |
| | | <TextView |
| | | android:id="@+id/card_replacement" |
| | |
| | | app:leftImage="@mipmap/icon_back" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/sys_ip" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginTop="15dp" |
| | | android:text="IP设置" |
| | | android:textColor="@color/text_selecter" |
| | | android:textSize="@dimen/text_size" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/parameter_domain" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | |
| | | <string name="toast_8">两个二维码尺寸最大为7</string> |
| | | <string name="toast_9">条码类型或内容不正确!</string> |
| | | <string name="login_title">大禹节水\n智能充值管理系统</string> |
| | | |
| | | <string name="company_name"></string> |
| | | </resources> |
| | |
| | | } |
| | | rootProject.name = "Recharge" |
| | | include ':app',':pickerviewlibrary',':easysocket' |
| | | include ':ocridcardlibrary' |