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
相關文章
相關標籤/搜索