What is this strange character `*` in Android Toast style resources?

20 views Asked by At

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?

enter image description here

0

There are 0 answers