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

  • Home
  • SEARCH
  • 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 6681337
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:34:44+00:00 2026-05-26T04:34:44+00:00

<?xml version=1.0 encoding=utf-8?> <RelativeLayout android:id=@+id/relativeLayout1 android:layout_width=fill_parent android:layout_height=fill_parent 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

  • 0
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" 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>
    <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText1" android:layout_alignBaseline="@+id/textView2" android:layout_alignBottom="@+id/textView2" android:layout_alignLeft="@+id/dealerText"></EditText>
    <TextView android:id="@+id/textView2" android:text="@string/dealerNoString" android:layout_height="wrap_content"  android:layout_width="wrap_content" android:textStyle="bold" android:layout_below="@+id/dealerText" android:layout_marginTop="20dp"></TextView>
    <TextView android:id="@+id/textView1" android:text="@string/DealerString" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textStyle="bold" android:layout_alignBottom="@+id/dealerText" android:layout_alignParentLeft="true" android:layout_marginLeft="23dp"></TextView>
    <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/dealerText" android:layout_below="@+id/button1" android:layout_toRightOf="@+id/textView2" android:layout_marginTop="16dp">
        <requestFocus></requestFocus>
    </EditText>
    <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText2" android:layout_alignTop="@+id/textView3" android:layout_toRightOf="@+id/textView2"></EditText>
    <TextView android:id="@+id/textView3" android:text="TextView" android:layout_height="wrap_content" android:textSize="15" android:layout_width="wrap_content" android:textStyle="bold" android:layout_below="@+id/editText1" android:layout_alignParentLeft="true" android:layout_marginTop="33dp"></TextView>
    <TextView android:id="@+id/textView4" android:text="TextView" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_below="@+id/editText2" android:layout_alignRight="@+id/textView1" android:layout_marginTop="28dp"></TextView>
    <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText3" android:layout_alignBaseline="@+id/textView4" android:layout_alignBottom="@+id/textView4" android:layout_alignLeft="@+id/editText2"></EditText>
 </RelativeLayout>

I used relative layout,But I have many EditTexts so ,how can I use scroll view with relative layout

  • 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-26T04:34:44+00:00Added an answer on May 26, 2026 at 4:34 am

    Like this:

    <?xml version="1.0" encoding="utf-8"?>
    <ScrollView>
        <RelativeLayout android:id="@+id/relativeLayout1" android:layout_width="fill_parent" android:layout_height="fill_parent" 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>
            <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText1" android:layout_alignBaseline="@+id/textView2" android:layout_alignBottom="@+id/textView2" android:layout_alignLeft="@+id/dealerText"></EditText>
            <TextView android:id="@+id/textView2" android:text="@string/dealerNoString" android:layout_height="wrap_content"  android:layout_width="wrap_content" android:textStyle="bold" android:layout_below="@+id/dealerText" android:layout_marginTop="20dp"></TextView>
            <TextView android:id="@+id/textView1" android:text="@string/DealerString" android:layout_height="wrap_content" android:layout_width="wrap_content" android:textStyle="bold" android:layout_alignBottom="@+id/dealerText" android:layout_alignParentLeft="true" android:layout_marginLeft="23dp"></TextView>
            <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/dealerText" android:layout_below="@+id/button1" android:layout_toRightOf="@+id/textView2" android:layout_marginTop="16dp">
                <requestFocus></requestFocus>
            </EditText>
            <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText2" android:layout_alignTop="@+id/textView3" android:layout_toRightOf="@+id/textView2"></EditText>
            <TextView android:id="@+id/textView3" android:text="TextView" android:layout_height="wrap_content" android:textSize="15" android:layout_width="wrap_content" android:textStyle="bold" android:layout_below="@+id/editText1" android:layout_alignParentLeft="true" android:layout_marginTop="33dp"></TextView>
            <TextView android:id="@+id/textView4" android:text="TextView" android:layout_height="wrap_content" android:layout_width="wrap_content" android:layout_below="@+id/editText2" android:layout_alignRight="@+id/textView1" android:layout_marginTop="28dp"></TextView>
            <EditText android:layout_height="wrap_content" android:layout_width="150dip" android:id="@+id/editText3" android:layout_alignBaseline="@+id/textView4" android:layout_alignBottom="@+id/textView4" android:layout_alignLeft="@+id/editText2"></EditText>
         </RelativeLayout>
    </ScrollView>   
    

    Wrapping it around!

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

Sidebar

Related Questions

I have the following layout: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=fill_parent> <GridView android:id=@+id/grid
<?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent android:background=@drawable/bkgrnd> <RelativeLayout android:id=@+id/RelativeLayout01 android:layout_width=wrap_content android:layout_height=wrap_content >
Here is my XML: <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:app=http://schemas.android.com/apk/res/com.tahakki.buttonpuzzlelite android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent >
I've got this code that i'm working on : <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android
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>
Now please consider my below code of android layout <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have the following layout in my xml file: <RelativeLayout android:layout_width=fill_parent android:layout_height=fill_parent> <FrameLayout android:id=@+id/logoLayout
Its a dumb question. Prepare yourself. My main.xml is this: <?xml version=1.0 encoding=utf-8?> <RelativeLayout
I have an XML file that looks like <?xml version='1.0' encoding='UTF-8'?> <root> <node name=foo1
I am trying to parse the following XML with javascript: <?xml version='1.0' encoding='UTF-8'?> <ResultSet>

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.