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.
我有一个ImageView(A),它的图像使用转换重新调整大小(放大)Matrix。如何将另一个图像分配给另一个ImageView(B) 保持 ImageView A 的大小和位置?
ImageView
Matrix
尝试:
B.setDrawable(A.getDrawable()); B.setImageMatrix(A.getImageMatrix());