数据载入状态布局集成allprojects {     repositories {         maven { url "https://jitpack.io" }     } }dependencies {     compile 'com.github.nguyenhoanglam:ProgressLayout:1.0.1' }使用像使用RelativeLayout一样(其实ProgressLayout继承了RelativeLayout):<?xml version="1.0" encoding="utf-8"?>