仿微信语音
error: Error: No resource found that matches the given name: attr 'andrid:windowBackground'.
请问这个错怎么解决?
error: Error: No resource found that matches the given name: attr 'andrid:windowBackground'.
请问这个错怎么解决?
2015-10-03
<style name="Theme_AudioDialog" parent="@android:style/Theme.Dialog">
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowFrame">@null</item>
<item name="android:windowIsFloating">true</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:backgroundDimEnabled">false</item>
</style>
举报