问题描述
解决方案
解决方案二:
直接用css来进行布局,然后把position属性设置absolute,然后通过left和top控制位置,width和height控制大小就好了。
.css1{position:absolute;left:10px;top:10px;width:100px;height:100px;}
.css2{position:absolute;left:10px;top:10px;width:100px;height:100px;}
然后再把div的class改成css1或者css2就好啦
解决方案三:
这个应该是你想要的
https://github.com/bmarrdev/android-DecoView-charting
时间: 2024-10-30 08:01:25