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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T17:21:36+00:00 2026-05-27T17:21:36+00:00

I am trying to get two android buttons to appear inbetween two textviews. But

  • 0

I am trying to get two android buttons to appear inbetween two textviews. But the first textview seems to be showing while the other textview and buttons are not appearing. I want it to look like:

“Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah BUTTON blah blah blah blah blah blahblah blah blah blah blah blah BUTTON”

What I am seeing is:

“Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah “

Here is the code:

<LinearLayout android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal">
    <TextView 
        android:text="Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah "
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <Button
        android:text="BUTTON"
        android:background="@null"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <TextView 
        android:text=" blah blah blah blah blah blahblah blah blah blah blah blah "
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
    <Button
        android:text="BUTTON"
        android:background="@null"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" />
</LinearLayout>

Any help would be greatly appreciated!

  • 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-27T17:21:37+00:00Added an answer on May 27, 2026 at 5:21 pm

    try below code and remember that controls having weight property set as 1 will be equally adjusted accroding to their width if width property set to Fill_parent

    <LinearLayout android:layout_width="fill_parent"
        android:orientation="horizontal" xmlns:android="http://schemas.android.com/apk/res/android" android:layout_height="fill_parent">
        <TextView 
            android:text="Blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah "
            android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="fill_parent"/>
        <Button
            android:text="BUTTON"
            android:background="@null"
            android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="fill_parent" android:textColor="#ffffff"/>
        <TextView 
            android:text=" blah blah blah blah blah blahblah blah blah blah blah blah "
            android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="fill_parent"/>
        <Button
            android:text="BUTTON"
            android:background="@null"
            android:layout_height="wrap_content" android:layout_weight="1" android:layout_width="fill_parent" android:textColor="#ffffff"/>
    </LinearLayout>
    

    enter image description here

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

Sidebar

Related Questions

Trying to get two checkbox controls to work with each other. Pseudo-code example: If
I am trying to get a timer to count two times but I have
In C#, I'm trying to get the last two decimal places of a double
In my GWT project, I'm trying to get it so two DialogBoxes can pass
I am trying to get all logfiles between two dates with regular expressions. My
I have two tables: hotels and hotel_rooms I'm trying to get a table with
I've been trying to get a certain Google API to work for two days
I am trying to get at least three words separated by two commas.I have
I'm trying to create two functions: get & set, that both accept an arbitrary
I am trying to get one string, two integers and one timepicker result from

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.