仿微信語音
error: Error: No resource found that matches the given name: attr 'andrid:windowBackground'.請問這個(gè)錯(cuò)怎么解決?
error: Error: No resource found that matches the given name: attr 'andrid:windowBackground'.請問這個(gè)錯(cuò)怎么解決?
2015-10-03
舉報(bào)
2016-08-04
沒有解決
2015-12-20
?<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>
2015-12-20
改為<style name="Theme_AudioDialog" parent="@android:style/Theme.Dialog">就行了