웹서핑을 하다가 다음과 같은 xml을 봤습니다

<TextView android:id="@android:id/text1"
android:layout_width="fill_parent"
android:layout_height="?android:attr/listPreferredItemHeight"
android:singleLine="true" :style="?android:attr/
spinnerDropDownItemStyle">
</TextView>

여기에서 :style 속성이 쓰였는데요.

컴파일 에러는 안나는걸로 봐서 문법은 틀린게 아닌데,

:style 속성이 의미하는게 무엇인가요?