我在中心跟随this或this显示警告对话框消息。 实际上,它应该工作正常。
AlertDialog.Builder ad= new AlertDialog.Builder(this);
TextView myMsg = new TextView(this);
myMsg.setText("This is new Custom Alert \n And \n Welcome to android");
myMsg.setGravity(Gravity.CENTER_HORIZONTAL);
ad.setView(myMsg);
但是它在Gravity中显示错误,如,
error: cannot find symbol variable Gravity
任何人都可以建议我这样......它甚至没有在新的Android Studio中编译。
答案 0 :(得分:2)
答案 1 :(得分:0)
setGravity(Gravity.CENTER_HORIZONTAL);