レイアウトにこの ImageView があります。
<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度回転させたいので、縦の仕切りがあります。
Activity クラスではなく、レイアウトからここでそれを行う方法はありますか?