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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -