I was looking at default styles of android internal widgets and accidentally I saw the following strange character * in Toast style:
<item name="android:fontFamily">@*android:string/config_bodyFontFamily</item>
that looks it is a mistake. Am I right? if so, why it is working fine and not returning any error or warning?
