From 257e84151ef693b75be4ea69656c2e0e21693262 Mon Sep 17 00:00:00 2001 From: WTF <1804198137@qq.com> Date: Fri, 12 Jun 2020 16:21:09 +0800 Subject: [PATCH] =?UTF-8?q?update=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?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...232\204\345\221\275\345\220\215\345\220\247" | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) 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" index 8654df9..348289b 100644 --- "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" @@ -1,19 +1,8 @@ image3 = findViewById(R.id.image3); - authentication = findViewById(R.id.authentication); - photo = findViewById(R.id.image); - // imageView = findViewById(R.id.image6); + 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 + button2 = findViewById(R.id.text9); + button3 = findViewById(R.id.text8); \ No newline at end of file -- Gitee