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

The Archive Base Latest Questions

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

In XML there is <Button android:id=@+id/Btn1 android:layout_height=50dp android:layout_width=50dp android:layout_centerHorizontal=true android:layout_centerVertical=true /> to position elements

  • 0

In XML there is

<Button  android:id="@+id/Btn1"
    android:layout_height="50dp" android:layout_width="50dp"  
    android:layout_centerHorizontal="true"  
    android:layout_centerVertical="true"
    />

to position elements half in between the top and buttom of the screen.

Is there also a way to position a Button Btn2 right in between Btn1 and the top or buttom of the screen ?
And then how to position Button Btn3 right half between Btn1 and Btn2?

EDIT: I need this in a RELATIVE LAYOUT
thanks

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

    Just apply the whole layout don’t miss any point from below. and it will work for all the screen size android phones.

    <?xml version="1.0" encoding="UTF-8"?>
        <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_height="fill_parent" android:id="@+id/linearLayout1" android:layout_width="fill_parent">
            <LinearLayout android:id="@+id/linearLayout2" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_weight="1" android:gravity="center_vertical|center_horizontal">
                <Button android:text="Button" android:id="@+id/button2" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
            </LinearLayout>
            <LinearLayout android:layout_height="wrap_content" android:layout_width="fill_parent" android:id="@+id/linearLayout4" android:gravity="center_horizontal">
                <Button android:text="Button" android:id="@+id/button1" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
            </LinearLayout>
            <LinearLayout android:id="@+id/linearLayout3" android:layout_height="wrap_content" android:layout_width="fill_parent" android:layout_weight="1" android:gravity="center_vertical|center_horizontal">
                <Button android:text="Button" android:id="@+id/button3" android:layout_width="wrap_content" android:layout_height="wrap_content"></Button>
            </LinearLayout>
        </LinearLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a button as in the following: <Button android:text=Submit android:id=@+id/Button01 android:layout_width=fill_parent android:layout_height=wrap_content> </Button>
<?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 > <TextView android:text=Title android:id=@+id/TextView01 android:layout_width=wrap_content android:layout_height=wrap_content
In Android there seems to be 3 common ways of handling button clicks, how
Android layout xml file has android: prefix with every attribute. is there any solution
When I created a button view, Android always create some extra space between this
I was working with a certain XML where there were no redundancies <person> <eye>
I'm trying to extract monetary sums stored in some poorly formated xml columns (there
Is there a free XML formatting (indent) tool available where I can past an
say there is an xml file, which not created by me, with a known
Is there a simple method of parsing XML files in C#? If so, what?

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.