要实现android应用程序使用当前的主题样式必须使用"?android"作为前缀而不是“@”,例如<EditText android:id="@+id/myEditText" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/stop_message" android:textColor="?android:textColor"/>
posted on 2011-07-28 16:17  陈孝勇  阅读(190)  评论(0编辑  收藏  举报