LoaderViewLibrary 未加载出真正数据时的显示界面

程序名称:LoaderViewLibrary

授权协议: Apache

操作系统: Android

开发语言: Java

LoaderViewLibrary 介绍

LoaderViewLibrary,一个用于在等待文字和图片加载时显示加载动画的库。

运行效果:

示例代码:

在布局文件中定义TextView的加载页面

<com.elyeproj.loaderviewlibrary.LoaderTextView
     android:layout_width="match_parent"
     android:layout_height="wrap_content" />

在布局文件中定义ImageView的加载页面

<com.elyeproj.loaderviewlibrary.LoaderImageView
     android:layout_width="100dp"
     android:layout_height="100dp" />

用width_weight定义TextView的宽度百分比用于显示加载动画

<com.elyeproj.loaderviewlibrary.LoaderTextView
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     app:width_weight="0.4" />

用height_weight定义TextView的高度百分比用于显示加载动画

<com.elyeproj.loaderviewlibrary.LoaderTextView
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     app:height_weight="0.8" />

用use_gradient定义TextView或ImageView的梯度用于显示加载动画

<com.elyeproj.loaderviewlibrary.LoaderTextView
     android:layout_width="match_parent"
     android:layout_height="wrap_content"
     app:use_gradient="true" />

LoaderViewLibrary 官网

https://github.com/elye/loaderviewlibrary

相关编程语言

BBGestureBack Full screen return gesture(全屏手...
Framework7 或者叫 F7 是全功能的绑定 iOS 7 应用的...
iOS 调试库,支持 iOS8+,无需添加任何代码,方便 i...
DarkModeKit是在Apple官方的深色模式发布之前设计和...
SimpleNote iOS 版客户端。SimpleNote 是一款在多平...
Kivy iOS,此工具旨在为 iOS 编译必要的库以运行应用...