here is the line in the layout file
<TextView android:id="@+id/username" android:layout_height="wrap_content" android:layout_width="wrap_content" android:text="@string/username" android:textAppearance="?android:attr/textAppearanceMedium" >
in the context of what is the exact meaning android:textAppearance="?android:attr/textAppearanceMedium"
is it related to
"? [package:] [type:] name" , if so, what does it mean?
source share