Use Android style Attributes in own Layout -
i want use style, android build in style attribute, won't compile. i' missing 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
did try remove question mark?
style="android:attr/listitemfirstlinestyle"
Comments
Post a Comment