02 2013 档案
摘要:方法一:res/values文件夹下建立styles.xml:<?xml version=“1.0″ encoding=“utf-8″?><style name="translucent"><item name="android:windowBackground">@color/translucent_background</item><item name="android:windowIsTranslucent">true</item></style>
阅读全文