<Button
android:id="@+id/button1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@+id/textView1"
android:layout_below="@+id/editText1"
android:onClick="call"
android:text="Call" />
android:onClick="call"
package com.example.ypw;
import android.os.Bundle;
import android.app.Activity;
import android.view.Menu;
import android.view.View;
import android.widget.*;
//添加widget,view什么的
public class ypw extends Activity {
TextView textView2 = (TextView)findViewById(R.id.textView2);
EditText editText1 =(EditText)findViewById(R.id.editText1);
//必须写这个才能操作
@Override
public void onCreate(Bundle