单项选择题

在activity中使用一个布局界面lay1.xml的语句()。

A.findViewByID(R.id.lay1)
B.addView(lay1.xml)
C.setContentView(R.layout.lay1)
D.setContentView(lay1.xml)