在我正在开发的 android 应用程序中,我给出了一种颜色的背景。当手机水平倾斜时,屏幕背景会变为以前颜色的浅色版本?怎么办,避免这种情况?
<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" >