最新回答 / Kevin_Cai
? /**? ? ? ? ?* Extracts the size from the supplied measure specification.? ? ? ? ?*? ? ? ? ?* @param measureSpec the measure specification to extract the size from? ? ? ? ?* @return the size in pixels defined in the supplied measure specification? ? ? ? ...
2015-03-08
最新回答 / qi12371
這個(gè)他其實(shí)已經(jīng)說過了,就是動(dòng)態(tài)生成標(biāo)簽的實(shí)現(xiàn)方式,你在鍵盤后再直接生成一個(gè)加進(jìn)去就好了。
2015-02-11
講師回答 / hyman
你好,自定義ViewGroup必須重寫onLayout方法。然后,你說的那個(gè)尺寸,這個(gè)和onLayout沒關(guān)系,onMeasure里面計(jì)算的。
2015-01-15
突然想到了一個(gè)更容易的實(shí)現(xiàn)方法,就是繼承RelativeLayout,記錄每一個(gè)child的w(h不考慮),之后就是判斷換行,如果換行,那么設(shè)置
換行的view是上一行第一個(gè)的下面……
換行的view是上一行第一個(gè)的下面……
2015-01-08