私が開発しているAndroidアプリでは、背景を1色にしています。電話を水平に傾けると、画面の背景が以前の色の明るいバージョンに変わりますか? これを回避するにはどうすればよいですか?
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#228b22"
android:orientation="vertical" >