From 6f73bb4b59f116b6a9753acafcae0583430be086 Mon Sep 17 00:00:00 2001 From: WTF <1804198137@qq.com> Date: Thu, 4 Jun 2020 09:59:55 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E9=82=A3=E5=B0=B1=E7=9C=8B=E7=9C=8B?= =?UTF-8?q?=E6=88=91=E5=90=8C=E4=BA=8B=E7=9A=84=E5=91=BD=E5=90=8D=E5=90=A7?= =?UTF-8?q?.=20=E6=88=91=E5=B0=B1=E9=97=AE=E4=BD=A0=E6=80=95=E4=B8=8D?= =?UTF-8?q?=E6=80=95button18=EF=BC=8Ctext9=EF=BC=8Ctext8=EF=BC=8Cbutton2?= =?UTF-8?q?=EF=BC=8Cbutton3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...2\204\345\221\275\345\220\215\345\220\247" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "\351\202\243\345\260\261\347\234\213\347\234\213\346\210\221\345\220\214\344\272\213\347\232\204\345\221\275\345\220\215\345\220\247" diff --git "a/\351\202\243\345\260\261\347\234\213\347\234\213\346\210\221\345\220\214\344\272\213\347\232\204\345\221\275\345\220\215\345\220\247" "b/\351\202\243\345\260\261\347\234\213\347\234\213\346\210\221\345\220\214\344\272\213\347\232\204\345\221\275\345\220\215\345\220\247" new file mode 100644 index 0000000..8654df9 --- /dev/null +++ "b/\351\202\243\345\260\261\347\234\213\347\234\213\346\210\221\345\220\214\344\272\213\347\232\204\345\221\275\345\220\215\345\220\247" @@ -0,0 +1,19 @@ + image3 = findViewById(R.id.image3); + authentication = findViewById(R.id.authentication); + photo = findViewById(R.id.image); + // imageView = findViewById(R.id.image6); + imageView1 = findViewById(R.id.image2); + textView = findViewById(R.id.text6); + Certified = findViewById(R.id.certified); + button = findViewById(R.id.text7); + button2 = findViewById(R.id.text9); + button3 = findViewById(R.id.text8); + + button = findViewById(R.id.button18); + button1 = findViewById(R.id.refer); + editText.setText(phone); + imageView = findViewById(R.id.image1); + imageView.setOnClickListener(listener); + button.setOnClickListener(listener1); + button1.setOnTouchListener(listener2); + button1.setOnClickListener(listener3); \ No newline at end of file -- Gitee