旋轉ImageView的來源我在我的佈局這個ImageView的:從佈局XML文件
<ImageView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:contentDescription="@string/image_divider"
android:paddingBottom="8dp"
android:paddingTop="4dp"
android:scaleType="fitXY"
android:src="@android:drawable/divider_horizontal_textfield" />
這是一個水平分割線。我想旋轉它90度,所以我有一個垂直分頻器。
有沒有任何可能的方式在佈局而不是活動類這裏做到這一點?
你可以將高度設置爲'layout_height =「FILL_PARENT」'然後它會在整個佈局 – thepoosh
被拉長笑納/給予好評的答案,如果你有你的解決方案:) –
@thepoosh:源圖像不是一個正方形。這是一個寬的矩形,按照你所說的做,會產生一個薄的垂直矩形。 – mehrmoudi