最贊回答 / 李某人_
寫完之后,沒有任何問題,你這種原因可能是因?yàn)?listview滑動(dòng)了,menu關(guān)閉當(dāng)中,你再次點(diǎn)擊了menu。正常,等他關(guān)閉了,你再點(diǎn)就好了,或者你把關(guān)閉的時(shí)間改小就可以。。
2017-10-05
最新回答 / pepperbaba
你沒有實(shí)現(xiàn)protected void onLayout(boolean changed, int l, int t, int r, int b) 方法。使用alt+enter 即可。
2017-02-21
最新回答 / 我喜歡學(xué)習(xí)
如圖<...圖片...>ArcMenu繼承了ViewGroup類,所以superClass(父類)應(yīng)該填ViewGroup。Interface是接口的意思,ArcMenu沒有實(shí)現(xiàn)任何接口,不填就可以了。
2017-02-21
最新回答 / 宇戀銀
<...圖片...>最后面這里寫錯(cuò)了!是:
child.layout(cl,ct,cl+cwidth,ct+cheight); 后面是ct+cheight不是cl+cheight
2016-11-24