Base on com.facebook.stetho:stetho:1.5.0,we can view all window view hierarchy now, like dialog,popupwindow,toast etc
compile 'com.wanjian.sequel:fb-stetho:1.5.0.1'
查看所有window的布局及window屏幕共享,比如 dialog,popupwindow,toast,自己通过window manager添加的window
http://facebook.github.io/stetho/
Repository from Github https://github.comandroid-notes/stetho
Base on com.facebook.stetho:stetho:1.5.0,we can view all window view hierarchy now, like dialog,popupwindow,toast etc
compile 'com.wanjian.sequel:fb-stetho:1.5.0.1'
查看所有window的布局及window屏幕共享,比如 dialog,popupwindow,toast,自己通过window manager添加的window
http://facebook.github.io/stetho/
Other