我有一个LinearLayout,它有一些可以按下的对象。 为了使它有趣,我通过RefreshHandler
移动这个布局private void updateUI() {
currentInt += 5;
LinearLayout.setPadding(0, -currentInt, 0, 0); // move, move, move
RefreshHandler.sleep(1);
}
但是那个物体的问题因此非常颤抖! 有更多的生产方式?请帮忙