文件名称:Android代码-自定义控件显示数值并显示他们的权重
文件大小:96KB
文件格式:ZIP
更新时间:2022-08-27 13:18:40
Android代码
Segmented Bar View for Android Custom UI control for android which is showing data as a segments and a value inside them. Screenshots Install From repositories Add jcenter to project repositories repositories { jcenter() } Add compile line to project dependencies compile 'mobi.gspd:segmentedbarview:1.1.6@aar' Local aar Put aar into app/libs folder. Add flatDir in build.gradle repositories { mavenCentral() flatDir { dirs 'libs' } } And add dependency compile 'mobi.gsp
【文件预览】:
SegmentedBarView-Android-master
----gradlew(5KB)
----settings.gradle(35B)
----LICENSE.txt(1KB)
----SegmentedBarView()
--------src()
--------build.gradle(3KB)
----gradle()
--------wrapper()
----README.md(5KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(402B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(632B)
--------proguard-rules.pro(645B)
----build.gradle(436B)