LayoutInflater inflater=(LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
message_input_view=inflater.inflate(R.layout.input_message, null);
之后便可根据布局随便操控布局上的元素了。
message_input_view=inflater.inflate(R.layout.input_message, null);
之后便可根据布局随便操控布局上的元素了。