Android代码-StateLayout

时间:2022-08-25 21:25:32
【文件属性】:

文件名称:Android代码-StateLayout

文件大小:678KB

文件格式:ZIP

更新时间:2022-08-25 21:25:32

Android代码

AndroidStateLayout A library for showing different state of views - Content,Empty,Loading,Error. Usage 1.IMPORT Download and import the library module into your workspace. OR Add these lines to build.gradle of your project dependencies { compile 'com.objectlife.statelayout:statelayout:1.0.3' } 2.CODE 2.1. If has no child in your statelayout , you can use it as follow mInflater = LayoutInflater.from(this); mStateLayout = (StateLayout) findViewById(R.id.sl_layout_state); V


【文件预览】:
StateLayout-master
----screenshot()
--------state_layout.gif(934KB)
----gradlew.bat(2KB)
----gradlew(5KB)
----gradle.properties(855B)
----LICENSE(11KB)
----app()
--------proguard-rules.pro(679B)
--------src()
--------.gitignore(7B)
--------build.gradle(720B)
----gradle()
--------wrapper()
----statelayout()
--------proguard-rules.pro(679B)
--------src()
--------.gitignore(7B)
--------build.gradle(3KB)
----.idea()
--------gradle.xml(932B)
--------runConfigurations.xml(564B)
--------misc.xml(3KB)
--------vcs.xml(180B)
--------.name(17B)
--------copyright()
--------modules.xml(500B)
--------encodings.xml(159B)
--------compiler.xml(686B)
--------libraries()
----.gitignore(465B)
----README.md(3KB)
----settings.gradle(31B)
----build.gradle(644B)

网友评论