Android代码-sequence-layout
文件大小: 152k
源码售价: 10 个金币 积分规则     积分充值
资源说明:sequence-layout A vertical sequence UI component for Android. Animates a progress bar to the first active step in the sequence and then periodically runs a pulse animation on that step. Setup Add the JitPack maven repository to your root build.gradle: allprojects { repositories { maven { url "https://jitpack.io" } } } And then the actual library dependency to your module's build.gradle: dependencies { implementation 'com.github.transferwise:sequence-layout:1.0.7' } Usage Take
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。