2013년 9월 25일 수요일

[AnDrOiD] inflater 의 간단한 예제

   @Override
   protected void onCreate(Bundle savedInstanceState) {
   super.onCreate(savedInstanceState);
   setContentView(R.layout.activity_main);
 
   LinearLayout linearLayout = (LinearLayout)findViewById(R.id.linearLayout);
   LayoutInflater inflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
   inflater.inflate(R.layout.activity_test, linearLayout, true);

   }

댓글 없음 :

댓글 쓰기