I want to write application where I create layout in the code (without xml-layout file). In the xml file I could write:
android:layout_width="fill_parent"
What should I write in the code? I look for something like:
LinearLayout ll = new LinearLayout(this);
ll.set?????? (????) ;