android - set Two text box in list view one with fix size and other with dynamic size -
hi creating listview
2 textview
in android. 1 contain fix size , other occupied remaining space of screen. first fix size display on right side of screen , other textview
display data on left of screen. how can this?
isn't ok?
<textview android:layout_height="wrap_content" android:layout_width="480dp" /> <textview android:layout_height="wrap_content" android:layout_width="wrap_content" />
Comments
Post a Comment