StateLayout A custom layout that can easily switch different states(like empty,error,progress,content) with animations. An example usage can be found here lufficc/iShuiHui Usage Add the dependencies to your project: gradle dependencies { compile 'com.lufficc:stateLayout:0.1.1' } mav