最新回答 / 圣見兮月
第三行 改成?xmlns:custom="http://schemas.android.com/apk/res/com.example.smarthomer"
2017-02-05
已采納回答 / AlexSandra
leftTextColor調(diào)用的是TypedArray類的方法getColor,聲明如下:public int getColor(@StyleableRes int index, @ColorInt int defValue)那個(gè)defValue是指xml中沒有找到相應(yīng)的屬性設(shè)置時(shí),將這個(gè)值作為默認(rèn)值返回,就是說你沒有在xml中設(shè)置leftTextColor對(duì)應(yīng)的屬性時(shí),getColor就把defValue作為結(jié)果賦值給leftTextColorgetDrawable返回的是一個(gè)Drawable對(duì)象,顯示...
2017-01-28
已采納回答 / loremipsumdolor
我也不知道為什么,Ubuntu 下的 Firefox 就不行,到 Win 10 系統(tǒng)里面 Chrome 就能加速播放,我再試試吧
2017-01-28
最新回答 / yilimy
先拋出一個(gè)觀點(diǎn):監(jiān)聽,跟繪制沒有關(guān)系,跟構(gòu)造也沒有關(guān)系(要有監(jiān)聽屬性算不算?)。我來把問題里的詞換一下,你看怎么樣:“監(jiān)聽的方法”->“回調(diào)方法”->“對(duì)方法的引用”不太準(zhǔn)確,但想到了什么沒有?因?yàn)槭且茫钥梢蕴鎿Qvalue的,對(duì)吧?
2017-01-16