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