求組隊(duì)了 Android 開發(fā) 四年
android開發(fā)四年 求組隊(duì) 希望能達(dá)成一個全能團(tuán)隊(duì),前端服務(wù)端h5一體化服務(wù)
最近在寫inflater布局實(shí)現(xiàn)
`
public interface LayoutInflaterFactory {
/**
* Hook you can supply that is called when inflating from a LayoutInflater.
* You can use this to customize the tag names available in your XML
* layout files.
*
* @param parent The parent that the created view will be placed
* in; note that this may be null.
* @param name Tag name to be inflated.
* @param context The context the view is being created in.
* @param attrs Inflation attributes as specified in XML file.
*
* @return View Newly created view. Return null for the default
* behavior.
*/
public View onCreateView(View parent, String name, Context context, AttributeSet attrs);
}
`
評論
圖片
表情
