issues
search
misakuo
/
3dTagCloudAndroid
Tagcloud component for android
MIT License
1.65k
stars
291
forks
source link
旋转屏幕, TagCloudView的尺寸超出了屏幕 && 去除废弃的API
#2
Closed
songzhw
closed
8 years ago
songzhw
commented
8 years ago
旋转屏幕, TagCloudView的尺寸超出了屏幕。 为了保持正方形, 取width, height的min值为边长, 以保证TagCloudView始终在屏幕之内
defaultDisplay(),getWidth()已经被废弃。 官方推荐使用getSize(point)来替代。
songzhw
commented
8 years ago
getSize()是13才支持的方法。 若minSDK为2.x系列,则可以不用导入这个部分。