Android窗口机制(一)——Window,PhoneWindow,DecorView理解

Windowcss public abstract class Window { public <T extends View> T findViewById(@IdRes int id) { return getDecorView().findViewById(id); } public abstract void setContentView(@LayoutRes int l
相关文章
相关标签/搜索