Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我如何使用 sdk 10(Android 版本 2.3.6 或更低版本)编写此代码 →“ImageView1.setX(ImageView1.getX() - 1)”,因为“setX”和“getX”与 sdk 11 一起使用。
要获得 ImageView 的位置,我会使用View.getLocationInWindow()和/或View.getLocationOnScreen(). 探索 LayoutParams 以设置 ImageView 的位置。看这个:设置视图的绝对位置
View.getLocationInWindow()
View.getLocationOnScreen()
很好,设置视图的绝对位置只是减少图片而不是视图,我不能用这个滚动 ImageView。