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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:23:08+00:00 2026-05-25T16:23:08+00:00

Hi I have an LinearLayout inside FrameLayout , the linear layout contains few edittext

  • 0

Hi I have an LinearLayout inside FrameLayout , the linear layout contains few edittext fields but there is a lot of space between each edittext, I want to decrease the space between each editfield. Please help

XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="fill_parent"
    android:layout_height="fill_parent" android:gravity="center">
    <ImageView android:layout_width="fill_parent"
        android:layout_height="fill_parent" android:src="@drawable/bg_reddotted"
        android:scaleType="centerInside" />
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:id="@+id/layout_main" android:layout_width="fill_parent"
        android:layout_height="wrap_content" android:orientation="vertical"
        android:layout_margin="0dp" android:padding="0dp">
        <TextView android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:text="Almost done! Please verify your info and provide your mobile number"
            android:singleLine="false" />
        <EditText android:id="@+id/edit_fname" android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:hint="First Name (Required)" />
        <EditText android:id="@+id/edit_lname" android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:hint="Surname Name (Required)" />
        <EditText android:id="@+id/edit_email" android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:hint="Email (Required)" />
        <EditText android:id="@+id/edit_phone" android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:hint="Mobile Number (Optional)" />
        <TextView android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:text="“Sign Up”"
            android:paddingBottom="10dp" android:gravity="center_horizontal"
            android:paddingTop="10dp" />
        <Button android:id="@+id/btn_signup" android:layout_width="100dp"
            android:layout_height="wrap_content" android:text="Sign Up"
            android:layout_gravity="center_horizontal" android:padding="12dp"
            android:background="@drawable/btn_grey_square" />
    </LinearLayout>
</FrameLayout>

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-25T16:23:08+00:00Added an answer on May 25, 2026 at 4:23 pm

    Use android:paddingTop attribute together with EditText view with negative dps.

    Example:

        <EditText android:id="@+id/edit_fname" android:layout_width="fill_parent"
            android:layout_height="wrap_content" android:hint="First Name (Required)" android:paddingTop=-3dp />
    

    Based on your requirement you can apply to any of these attributes.
    android:paddingLeft android:paddingRight android:paddingBottom android:paddingTop

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

Sidebar

Related Questions

Hi I have a LinearLayout, inside there is a TableLayout 1st row, contains a
I have a linear layout with this form <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:orientation=vertical
I have an AbsoluteLayout which has an OnTouchListener . Inside this layout there is
I have a FrameLayout with a vertical LinearLayout inside. I have an ImageView that
I have three buttons in my Actvity inside Linear Layout. Here i wish all
In my app I have a LinearLayout with a FrameLayout inside. Both are setted
I have a linearlayout how can i access view inside this layout with the
I have the following XML layout for a ListActivity. <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have a layout that is three linear layouts. The top has some icons
I have a GridView inside of a LinearLayout inside of a ScrollView that pages

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.