仿“大家来找茬”,看完我工资从12K变成了20K
剩下就是往这个framelayout里添加正确的圆点,这个利用到的是动态设置view的margin值,就是图片的宽高*之前的scaleWidth和scaleHeight就是这个view的marginLeft和marginTop。
private void addPoints() { int width = currentWidth; int height = currentHeight; layouPoints.removeAllViews();
for (int i = 0; i < points.size(); i++) {
double width_scale = points.get(i).getWidthScale(); double height_scale = points.get(i).getHeightScale();
final RelativeLayout viewContent =
共有 0 条评论