Adding View in xml layout android 2.2+ -
i utilize code in order adding line between gui componenets
<view android:layout_width="fill_parent" android:layout_height="2dp" android:background="#3f9fe0" android:layout_centervertical="true" android:layout_toleftof="@+id/titleofsection" android:id="@+id/sectionline" android:layout_marginleft="5dp" android:layout_marginright="5dp" /> but seemst view supporting android api level 14+. using back upwards library possible alter code in way android 2.2+ back upwards view too?
you wrong, views created since api 1 stated in documentation.
i tried code minimum of 1 , maximum of 8 , still works maybe referring different view, because if view not exist since api 1 buttons, textview, etc wont exist because inherits view.
android android-layout android-view android-support-library
No comments:
Post a Comment