I want to produce an Android screen layout that looks something like the following:
That is, I want to have a TableLayout at the top, with a number of items underneath the table layout (mainly so I can force these items to be at the bottom of the screen). I have tried to nest them as in the code below, but the items at the bottom don't seem to appear. Any ideas?
| ||||
in your table layout add these
also for the bottom button and and text view add fixed height.If your table needs more space then put it between scrollView | |||
Set the weight of the table to "1", and the height to "0dp".
| |||
for textfield you have to use EditText in place of TextView and add android:layout_height and android:layout_width to each widget used in your application with regards ajay | |||
default
.
stackoverflow.comm
No comments:
Post a Comment