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