您好我是Android应用程序的新用户我希望放大,缩小Roation ImageView。我尝试了大部分样本,但在imageview中的所有图像都获得放大和缩小。可以任何一个建议我?
答案 0 :(得分:3)
下面的代码将帮助您在ImageView上实现缩放缩放
Always write the Media Queries like this do not use semicolon(;) after declaring your width in media syntax
Example:
@media only screen and (min-width: 600px) {
/*Responsive code goes here */
}
@media only screen and (min-width: 768px) {
/*Responsive code goes here */
}
答案 1 :(得分:0)
使用imageview进行放大和缩小非常成功。我建议它很容易使用。 here