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.
在 XML 中缩放 ImageView 时。有没有一种方法可以代替使用android:layout_width="100dp"和android:layout_height="100dp"按比例缩放图像,例如将大小加倍/三倍等?这主要是因为我发现手动硬编码“dp”既繁琐又不准确。
android:layout_width="100dp"
android:layout_height="100dp"