android:rotation | 设置组件旋转的角度 |
控件顺时针旋转
<RelativeLayout @H_403_41@android:layout_width="fill_parent" @H_403_41@android:layout_height="fill_parent" @H_403_41@android:rotation="90" > <ImageView @H_403_41@android:layout_width="wrap_content" @H_403_41@android:layout_height="fill_parent" @H_403_41@android:layout_centerHorizontal="true" /> </RelativeLayout>
其他相关属性:http://deep-fish.iteye.com/blog/2015228