LabelsView 标签列表控件的使用介绍。 1、引入依赖 在Project的build.gradle在添加以下代码 allprojects { repositories { ... maven { url 'https://jitpack.io' } } } 在Module的build.gradle在添加以下代码 dependencies { implementation 'com.github.donkingliang:LabelsView:1.6.5' } 2、编写布局: <com.donkingliang.labels.LabelsView xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/labels" android:l
2023-03-28 16:11:07 302KB android tabs android-library custom-view
1
android-custom-view.7z
2021-08-03 09:03:23 2KB android-custom-v
本套课程,大家可以一路学习基本控件,高级控件,网络,自定义View地图,推送,后端云,项目实战2048游戏等等,通过本套课程,相信大家可以基本掌握Android入门知识。
2021-03-28 21:11:42 294.21MB android
此作为博客(自定义View绘制饼状图和环状图)的示例代码
2019-12-21 22:18:44 490KB custom view
1