ViewStyle = { DEFAULT = "default", CUSTOME = "custom" } 中的 custome 替换成 custom 就行了
ViewStyle = {
DEFAULT = "default",
CUSTOME = "custom"
}
中的 custome 替换成 custom 就行了