loadinglayout icon indicating copy to clipboard operation
loadinglayout copied to clipboard

简单实用的页面多状态布局(content,loading,empty,error)

Results 15 loadinglayout issues
Sort by recently updated
recently updated
newest added

在XML中包裹内容后,使用butterknife注解偶然的会出现 LoadingLayout.if()' on a null object reference这个错误 `LoadingLayout.if()' on a null object reference`

不知道为什么,showError之前要先设置icon,不然会报错,要是再加个showXXX,服务器开小差了就好

不能嵌套webview吗?

remove *.iml files. add .gitignore file. add setError() method. fix imageId == NO_ID crash bug. imp code.

感觉少了设置图片大小的功能,还需要自己重新写!!还好可以参考源码做修改!

希望添加这个方法 或者 开放出来,setContent 可以动态添加内容布局

错误日志: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.newseax.user, PID: 4818 java.lang.NullPointerException: Attempt to invoke virtual method 'void android.view.View.unFocus(android.view.View)' on a null object reference at android.view.ViewGroup.removeViewInternal(ViewGroup.java:5262) at android.view.ViewGroup.removeViewAt(ViewGroup.java:5225) at android.support.v4.app.FragmentManagerImpl.moveFragmentToExpectedState(FragmentManager.java:1762) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1819)...