http://www.reibang.com/p/ccfd58a0f3ac文檔有解釋
"Recycle": Missing recycle() calls
實際代碼中,
val typedArray =context.obtainStyledAttributes(attrs, R.styleable.searchview)
TypedArray對象typedArray是需要回收執(zhí)行recycle的,
所以在typedArray使用完成后執(zhí)行typedArray.recycle();即可