課程
/移動開發
/Android
/Android-仿微信語音聊天
No resource found that matches the given name: attr ' android:windowBackground'.
2015-05-05
源自:Android-仿微信語音聊天 3-2
正在回答
對該style添加parent屬性
<style?name="Theme_AudioDialog"?parent="@android:Theme.Dialog"> ... </style>
最后不要忘了在Dialog構造中進行使用。
貼完整的代碼出來看看?
徐小程 提問者
舉報
結合自定義View和API,Dialog管理等實現實現微信語音
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2015-05-08
對該style添加parent屬性
最后不要忘了在Dialog構造中進行使用。
2015-05-05
貼完整的代碼出來看看?