颜色在不同设备上渲染不同的方式 [英] Colors Rendering Differently on Different Devices

查看:247
本文介绍了颜色在不同设备上渲染不同的方式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

IM设置按钮状态像

<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false" android:color="#FFF"></item>
    <item android:state_enabled="true" android:color="#000"></item>
    <item android:state_focused="true" android:state_pressed="false" android:color="#ffffff" />   
    <item android:color="#c7c7c7" />
</selector>

问题是他们都在不同的设备上呈现不同的像Huwaei登高他们不是清脆的,但是,银河设备,他们是雪亮的,非常清晰的。

the problem is they are rendering differently on different devices like on Huwaei Ascend they are not that crisp but on Galaxy Device they are sharp and very crisp.

我怎样才能让他们在所有设备上看起来一样的。

How can i make them look same on all devices.

问候。

推荐答案

您必须忍受它...
每个设备都有不同的显示
其实,三星的的Super AMOLED 显示器是无与伦比(有,而不是一个背光液晶1个LED的每一个像素)。
因此,在这些显示设备上的渲染会更加美好,而在液晶显示器将是调光器。

You have to live with it...
Each device has a different display.
Actually, Samsung's Super AMOLED displays are unbeatable (there's 1 led for every pixel, instead of a backlit LCD).
So, on devices with those displays the rendering will be brighter, while on LCDs it will be dimmer.

这篇关于颜色在不同设备上渲染不同的方式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆