はじめに ActivityのonWindowFocusChanged()で動的にImageViewのサイズを変更したかったのだが、ClassCastExceptionがしつこかったのでメモ エラーが出る書き方 layout <FrameLayout android:id="@+id/contents_base" android:layout_height="fill_parent" android:layout_width="fill_parent" > <ImageView android:layout_height="wrap_content" android:id="@+id/contents_image" android:layout_width="fill_parent" android:layout_gravity="bottom" android:scaleType="fit