課程
/移動開發
/Android
/Android-仿微信語音聊天
error: Error: No resource found that matches the given name: attr 'andrid:windowBackground'.請問這個錯怎么解決?
2015-10-03
源自:Android-仿微信語音聊天 3-2
正在回答
沒有解決
?<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>
程序員小公舉
改為<style name="Theme_AudioDialog" parent="@android:style/Theme.Dialog">就行了
舉報
結合自定義View和API,Dialog管理等實現實現微信語音
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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">就行了