屏幕背景图像看起来不同于Android屏幕中的iPhone屏幕不到2.3?

时间:2011-11-28 13:51:17

标签: android android-layout

屏幕布局:父主背景图像和另一个图像作为表图像是子图像。表格图像为3行和半透明图像。

当我在iphone中使用相同的两个图像时,看起来很完美。请参阅屏幕截图。

enter image description here

但是当我在Android中使用相同的两个图像时,表格和背景图像的透明图像看起来不同......请检查此链接......

http://screencast.com/t/T61v8Wf0MQ

这里是我的布局屏幕代码...

 <RelativeLayout  android:id="@+id/relativeLayout1"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="@drawable/main" >
    <RelativeLayout
        android:id="@+id/relativeLayout4"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_centerInParent="true"
        android:background="@drawable/table" >
    </RelativeLayout>
</RelativeLayout>

我还使用了imageview或其他布局,但效果相同,但颜色外观没有改善。

我的问题是在Android和iPhone的屏幕上看起来不同颜色,即使我使用相同的图像。

有谁能建议我哪个参数设置看起来和iphone屏幕颜色相同?

1 个答案:

答案 0 :(得分:0)

经过更多的研究,我找到了解决方案..

How to add a PNG image as background in Android with no alteration (banding)?

它的工作更早到......