it seems that the lastest version of android which is 28 will not work the format like :
<item name="cc_card" type="id">2222</item>
change to :
<item name="cc_card" type="id" />
it mean that google will not allow self define id values any more, after all the item fix , it really work.
more detail:https://github.com/smooch/smooch-android/issues/115