Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6664529
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:37:15+00:00 2026-05-26T02:37:15+00:00

Please review the following GUI code. <?xml version=1.0 encoding=utf-8?> <RelativeLayout android:id=@+id/frameLayout1 android:layout_width=fill_parent android:layout_height=wrap_content xmlns:android=http://schemas.android.com/apk/res/android>

  • 0

Please review the following GUI code.

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@+id/frameLayout1" android:layout_width="fill_parent" android:layout_height="wrap_content" xmlns:android="http://schemas.android.com/apk/res/android">
       <Button android:id="@+id/button1" android:text="Continue" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentRight="true" android:layout_marginRight="22dp"></Button>

     <ScrollView android:id="@+id/ScrollView01"
      android:layout_width="fill_parent"
       android:layout_height="500px"
       android:layout_marginTop="60dp"
       >

            <RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="426dp">
           <TextView android:id="@+id/textView2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@+id/editText1" android:layout_alignParentLeft="true" android:layout_marginTop="32dp" android:text="@string/dealerNoString" android:textStyle="bold"></TextView>
            <EditText android:layout_width="150dip" android:layout_height="wrap_content" android:id="@+id/editText1" android:layout_alignBaseline="@+id/textView1" android:layout_alignBottom="@+id/textView1" android:layout_toRightOf="@+id/textView2" android:layout_marginLeft="19dp"></EditText>

<EditText android:layout_width="150dip" android:layout_height="wrap_content" android:id="@+id/editText2" android:layout_alignBaseline="@+id/textView2" android:layout_alignBottom="@+id/textView2" android:layout_alignLeft="@+id/editText1"></EditText>
        <TextView android:id="@+id/textView1" android:layout_width="wrap_content" android:text="@string/DealerString" android:layout_height="wrap_content" android:textStyle="bold" android:layout_alignParentLeft="true" android:layout_marginTop="43dp"></TextView>
        <TextView android:id="@+id/textView3"
         android:layout_width="wrap_content" android:text="@string/orderString" android:layout_height="wrap_content" android:textStyle="bold" android:layout_below="@+id/editText2" android:layout_alignParentLeft="true" android:layout_marginTop="32dp"></TextView>
        <EditText android:layout_width="150dip" android:layout_height="wrap_content" android:id="@+id/editText3" android:layout_alignBaseline="@+id/textView3" android:layout_alignBottom="@+id/textView3" android:layout_alignLeft="@+id/editText2">
        </EditText>
        <TextView android:layout_width="wrap_content" android:id="@+id/textView4" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_alignParentLeft="true" android:textStyle="bold" android:text="@string/addressString"></TextView>
        <EditText android:layout_width="150dip" android:id="@+id/editText4" android:layout_height="wrap_content" android:layout_centerVertical="true" android:layout_alignLeft="@+id/editText3"></EditText>
        <EditText android:layout_width="wrap_content" android:id="@+id/editText5" android:layout_height="wrap_content" android:layout_below="@+id/editText4" android:layout_alignLeft="@+id/editText4" android:layout_marginLeft="23dp" android:layout_marginTop="26dp">
            <requestFocus></requestFocus>
        </EditText>



     </RelativeLayout>
</ScrollView>   
</RelativeLayout>

I have placed fours text edits smoothly when when trying to place fifth it automatically moves to the top of layout.I tried for many times .Please help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:37:16+00:00Added an answer on May 26, 2026 at 2:37 am

    Did you check set the android:layout_marginTop property of that 5th layout element?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Can anyone please review the following method and tell me if it is necessary
Please, provide code examples in a language of your choice. Update : No constraints
I am arranging a dynamic table of textboxes using a loop. Please review the
Please suggest some good resources to start writing Java Web services.
Please read the whole question. I'm not looking for an approach to managing multi-lingual
Please consider this example class: [Serializable] public class SomeClass { private DateTime _SomeDateTime; public
Please give me the direction of the best guidance on the Entity Framework.
Please bear with me, I'm just learning C++. I'm trying to write my header
Please explain to me why the very last echo statement is blank? I expect
Please excuse the vague title. If anyone has a suggestion, please let me know!

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.