[无用]代码插件测试

/**
 * Just for testing the code color
 * @author dell
 *
 */
public class MainActivity extends Activity {

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(R.layout.activity_main);
    }

    @Override
    public boolean onCreateOptionsMenu(Menu menu) {
        // Inflate the menu; this adds items to the action bar if it is present.
        getMenuInflater().inflate(R.menu.activity_main, menu);
        return true;
    }
    
}

测试代码插入插件是否ok

posted @ 2012-11-20 23:49  风倾清凌  阅读(202)  评论(0编辑  收藏  举报