设置当前activity的属性,两种方式:1.在manifest文件中给指定的activity增加属性 android:theme="@android:style/Theme.Light"。2.在程序中增加语句setTheme(R.style.Theme_ Light);