Need Explanation For Android Layout Syntax
here is a line in layout file
Solution 1:
?android:attr/textAppearanceMedium is referring to the android.R.attr.textAppearanceMedium This is the way to reference to external package resource content.
Here's an article mentioned this.
Post a Comment for "Need Explanation For Android Layout Syntax"