I want to use this style, which is an Android Build in Style Attribute, but it won't compile. I' am missing some kind of Import?
?android:attr/listItemFirstLineStyle
<TextView
android:id="@+id/text"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_weight="1" android:layout_gravity="left|center_vertical" style="?android:attr/listItemFirstLineStyle" android:layout_marginLeft="10dip"/>`
thx