消息弹窗提醒
public void onLogin(View view){
Toast.makeText(this,"弹出的消息内容。。。", Toast.LENGTH_SHORT).show();
//LENGTH_LONG为3.5s,LENGTH_SHORT为2s
//显示时长
public void onLogin1(View view){
EditText t1=(EditText)findViewById(R.id.editTextTextPersonName);
//获取文本框内容
Toast.makeText(this,"t1显示内容为"+t1.getText().toString().trim(), Toast.LENGTH_SHORT).show();
}
//获取并转换为字符串内容
…
布局
增加边距layout_margin可以作用与控件与空间之间,控件与父控件之间
上: layout_marginTop
下:layout_marginButton
左:layout_marginLeft
右:layout_marginRight
padding 作用于控件与父控件之间,可以有效避免