Linear layout with five textviews and five edittextboxes?

I copied the layout xml you posted and it looks as expected to me Of course, your layout xml has four rows of text views and edit views - not five rows. Therefore, the screenshot has only four such rows Is this not what you're getting? Update To add a fifth row with another text view and edit text, you could just add the following to your original layout xml, just after the ll_four LinearLayout LinearLayout android:id="@+id/ll_five" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="horizontal" android:layout_below="@+id/ll_four.

I copied the layout xml you posted and it looks as expected to me. Of course, your layout xml has four rows of text views and edit views - not five rows. Therefore, the screenshot has only four such rows.Is this not what you're getting?

-- Update To add a fifth row with another text view and edit text, you could just add the following to your original layout xml, just after the ll_four LinearLayout.

Yes you r right, I am getting the same – RaghaV Apr 23 at 7:42 Then your original post is rather confusing. – Thane Anthem Apr 23 at 7:53 @Raghav I don't know what your question is. If I now understand you correctly, you've got four rows of text views and edit texts showing.

If you want a fifth, I'd guess you know how to make it appear, since you got the first four just fine. In case you are just stuck adding the fifth, see the update I made to this answer to add some more xml. At any rate, it may be beneficial to your getting help here, were you to clarify your question.

– Thane Anthem Apr 23 at 8:23 anthem thanks a lot man, I used table layout to solve the prblm its working now but previously I stuck with the layout , even I don't know why that's happened becoz I'm new to android. Any have thank you once again – RaghaV Apr 23 at 8:42.

Raghav can you post the layout code so that we can analyse it. What I think is that you can better embed your linear layout inside a ScrollView and for the sample refer this link Hope it will be useful.

And let me know the problem with the code – RaghaV Apr 23 at 6:18 I code has only single line. Check it down – Dinash Apr 23 at 6:22 @Dinash I posted total code but its not showing, what to do – RaghaV Apr 23 at 6:23 @Raghav go through this link to know about table layout and wrap that table layout with a scrollview layout – Dinash Apr 23 at 6:35 hi raghav if you r still searching for the solution just try this piece of code ' ' Fit this inside your relative layout – Dinash Apr 23 at 7:05.

I copied the layout xml you posted and it looks as expected to me. Of course, your layout xml has four rows of text views and edit views - not five rows. Therefore, the screenshot has only four such rows.

Is this not what you're getting? To add a fifth row with another text view and edit text, you could just add the following to your original layout xml, just after the ll_four LinearLayout.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions