我使用以下标记定义了一个形状来定义背景颜色:
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:padding="10dp"
android:shape="rectangle" >
<solid android:color="#64B4E5" />
<stroke android:width="0.5dp" android:color="#C9C9C9" />
</shape>
在日食中颜色显得很好但是当我在模拟器中运行时,颜色根本不匹配;它显示为绿色。
知道为什么吗?
在Eclipse中:
在模拟器中:
答案 0 :(得分:0)
android:background="#64B4E5" <-- try this