仿LOL掌盟能力七星图控件
源码解析博客地址:自定义View之LOL能力七星图
添加了seekbar调节能力值的功能
预览图
xml中
<com.fu.abilitymapview.AbilityMapView
android:id="@+id/ability_map_view"
android:layout_width="match_parent"
android:layout_height="match_parent" />
MainActivity中
this.abilitymapview = (AbilityMapView) findViewById(R.id.ability_map_view);
abilitymapview.setData(new AbilityBean(65, 70, 80, 70, 80, 80, 80));