0

在我正在开发的 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" >
4

1 回答 1

0

除非您已将颜色更改编码到您的应用程序中,否则它不会在程序中发生。更有可能的是,您的设备的 LCD 质量低,视角有限。

于 2012-06-04T21:20:10.130 回答