Hi there
is it possible to change the position (or size) of a layout, defined in the xml file as:
android:layout_width="378px"
android:layout_height="62px"
android:layout_marginLeft="7px"
android:layout_marginTop="44px"
in runtime, this is, using java instead of xml?
Thanks

