Im setting the button state like
<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>
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.
Regards.