标签: android view
对于android中的视图,我需要设置浮点值的余量。
我正在使用它,但我只能在int中设置保证金。
lp.setMargins(50, 35, 0, 0); starImage.setLayoutParams(lp);
如何为视图的边距传递浮点值?