Reputation: 1675
in Android Framework source code ~/core/res/res/values/styles.xml
there's one line:
<item name="android:textColor">?textColorPrimaryInverse</item>
Could anyone tell me:
What does "?textColorPrimaryInverse"
mean?
Where is "textColorPrimaryInverse"
referenced ?
Upvotes: 0
Views: 182
Reputation: 1237
Please check this link. So, you can get the idea about the textColorPrimaryInverse: http://developer.android.com/reference/android/R.attr.html#textColorPrimaryInverse
Upvotes: 1