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 7048765
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T02:55:52+00:00 2026-05-28T02:55:52+00:00

Under my relative layout, I put in a Textview and then a TextField (both

  • 0

Under my relative layout, I put in a Textview and then a TextField (both of them are aligned on the left hand side).

However, the TextField can not stretch to the width I want (well, it would stretch all the way if it touches the right hand side but not anywhere else).

How can I achieve that the Textfield stretches to any arbitrary length?

Textfield is the same as EditText.

<?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:weightSum="1">
 <TextView android:id="@+id/textItem"
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:layout_gravity="center_horizontal"
  android:paddingTop="10dp"
  android:background="#00000000"
  android:textColor="#ffffffff"
  android:textSize="22sp" 
  android:text="Settings"
  android:enabled="false"  
   >
 </TextView>
 <RelativeLayout android:layout_height="wrap_content" android:layout_width="fill_parent"    android:id="@+id/relativeLayout1" android:layout_weight="1.03">
     <TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="TextView" android:id="@+id/textView1" android:layout_alignParentTop="true" android:layout_alignParentLeft="true" android:layout_marginLeft="20dp" android:layout_marginTop="18dp"></TextView>
     <EditText android:layout_width="wrap_content" android:id="@+id/editText1" android:layout_height="wrap_content" android:layout_below="@+id/textView1" android:layout_alignLeft="@+id/textView1" android:layout_marginTop="18dp">
         <requestFocus></requestFocus>
     </EditText>
 </RelativeLayout>  
</LinearLayout>
  • 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-28T02:55:52+00:00Added an answer on May 28, 2026 at 2:55 am

    android:layout_width=”50dp”. set the value to whatever size you want it to be.

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

Sidebar

Related Questions

How can I set the property of an TextView which comes under a RelativeLayout
Ok, I have the following layout/CSS: div#wrap { margin-left: auto; margin-right: auto; position: relative;
Is there any way I can remove the small line that appears under tabs
I'm using a Relative layout as the root or parent container and I have
I have a really stuburn layout, that I just can not resolve .. -
I have a website setup with DIV managed layout. The problem is that under
how can I position a div under another element without the rest of the
I'm using Relative Layout to create a calculator screen, and i have a row
I want to position my textview with numbers under the textview that contains text.
As a relative newcomer to both web and MVC, I am looking for a

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.