android/시작하세요! 안드로이드 프로그래밍 003_ch05_01_MultiNational 우혁이 아빠 2010. 6. 2. 22:01 1. multinational.java package com.tistory.tazz009.multinational; import android.app.Activity; import android.os.Bundle; public class multinational extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); // Didn't do anything special in here. This project just illustrates resources. // Languages supported: English, French and "Everything else" // Screen orientations supported: Landscape, Portrait (not square, not none) // All the interesting stuff is in /res... // The UI is controlled by /res/layout/main.xml } } 2. res 폴더에 덮어쓰기. res.zip 저작자표시