赞
踩
作为一名安卓萌新,我一直希望有一个能3D观察Ui层的工具,机缘巧合我追寻到了JakeWharton大神的Scalpel。
效果图:
以下是在Android Studio IDE下使用该工具的教程
首先,在添加依赖:
compile 'com.jakewharton.scalpel:scalpel:1.1.2'
使用的时候你的layout根节点必须是 ScalpelFrameLayout
在OnCreate方法中:
- View mainView = getLayoutInflater().inflate(R.layout.activity_main, null);
- ScalpelFrameLayout mS
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。