问题描述
- android在程序中用setTheme设置主题,小米2上测试无效,大牛求解~
-
@Override
public void onCreate(Bundle savedInstanceState) {
setTheme(R.style.translucent);
requestWindowFeature(Window.FEATURE_NO_TITLE);
super.onCreate(savedInstanceState);
setContentView(R.layout.myview);
}R.style.translucent在manifest中用android:theme="@style/translucent"设置是对的。。。
时间: 2024-11-17 11:01:45