pure-state-layout PureStateLayout 完美的状态控制布局 如何使用 1.在根目录的build.gradle中添加如下代码: allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 2.添加依赖 dependencies { compile 'com.github.laucherish:pure-state-layout:1.3.0' }