首页 > 系统 > Android > 正文

Android开发图片水平旋转180度方法

2019-10-21 21:42:47
字体:
来源:转载
供稿:网友

如下所示:

<ImageView   android:src="@drawable/icon_common_return"   android:layout_centerInParent="true"   android:id="@+id/lv_common_return"   android:layout_width="wrap_content"   android:layout_height="wrap_content"   android:rotation="180" />

改变rotation角度值即可,记一下!

以上这篇Android开发图片水平旋转180度方法就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持VEVB武林网。


注:相关教程知识阅读请移步到Android开发频道。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表