多彩的tab导航
LucBanfield
8年前
<h2>介绍:</h2> <p>多彩的tab导航,支持底部,顶部以及侧面导航,动画效果很牛。</p> <h2>运行效果:</h2> <p><img src="https://simg.open-open.com/show/d7e9bd0316edf121252343a617e8b54c.gif"></p> <h2>使用说明:</h2> <p>下载</p> <p>可以从GitHub的<a href="/misc/goto?guid=4959670491789805134" style="white-space: normal;">releases page</a>下载 a .aar</p> <p>或者使用Gradle jCenter:</p> <pre> dependencies { repositories { mavenCentral() maven { url 'http://dl.bintray.com/gigamole/maven/' } } compile 'com.github.devlight.navigationtabbar:library:+' }</pre> <p>或者 Gradle Maven Central:</p> <pre> compile 'com.github.devlight.navigationtabbar:library:1.1.0'</pre> <p>或者 Maven:</p> <pre> <dependency> <groupId>com.github.devlight.navigationtabbar</groupId> <artifactId>library</artifactId> <version>1.1.0</version> <type>aar</type> </dependency></pre> <p> </p> <p>项目地址: <a href="/misc/goto?guid=4959670491883109971" rel="nofollow">https://github.com/DevLight-Mobile-Agency/NavigationTabBar</a></p>