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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T21:30:01+00:00 2026-05-27T21:30:01+00:00

I have tried the recommended approach for percentage sizing of rows in LinearLayout using

  • 0

I have tried the recommended approach for percentage sizing of rows in LinearLayout using layout_weight, with no success when wrapped in a ListView. The row layout XML looks fine in Eclipse preview, but the columns are run together in the actual test app.

However, if I wrap the ListView in a TableLayout and TableRow, then it works.

Attached is the main view layout XML that works. If you remove TableLayout and TableRow by removing the comment tags, it fails.

Can anyone explain what is going on?

Are there better ways to do this?

===== Row Layout =====

<?xml version="1.0" encoding="utf-8"?>
<!-- row.xml -->
<LinearLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:paddingTop="4dip"
     android:paddingBottom="6dip"
     android:layout_width="fill_parent"
     android:layout_height="wrap_content"
     android:weightSum="100"
     android:orientation="horizontal">

     <TextView android:id="@+id/one"
         android:layout_width="0dip"
         android:layout_weight="25"
         android:textColor="#FFFFFF"
         android:text="One"
         android:layout_height="wrap_content"/>

     <TextView android:id="@+id/two"
         android:layout_width="0dip"
         android:layout_weight="25"
         android:textColor="#FFFFFF"
         android:text="Two"
         android:layout_height="wrap_content"/>

     <TextView android:id="@+id/three"
         android:layout_width="0dip"
         android:layout_weight="50"
         android:textColor="#FFFFFF"
         android:text="Three"
         android:layout_height="wrap_content"/>
</LinearLayout>

===== Main Layout =====

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical" > 
    <TableLayout
        android:id="@+id/mainlist"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:stretchColumns="0"
        android:paddingTop="4px" >
        <TableRow>
            <ListView
                android:id="@+id/lview"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content" >
            </ListView>
        </TableRow>
    </TableLayout>
</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-27T21:30:02+00:00Added an answer on May 27, 2026 at 9:30 pm

    Remove the table layout and tablerow and just set your ListView layout_width to match_parent

    edit: or match_parent or fill_parent, they are synonymous.

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

Sidebar

Related Questions

I have tried the recommended -webkit-transform-style: preserve-3d on my video elements to prevent videos
Can I load admob ad using AsyncTask ? I have tried it but I
I have tried using (and have been advised against) using regular expressions for this
I have a ListView with each item being a custom layout with multiple Views
Have tried to find solutions for this and can't really come up with anything.
I have tried to go through the jungle (really, PayPal, why don't you weed
I have tried searching over the internet about this problem but not able to
I have tried this: #define format(f, ...) \ int size = strlen(f) + (sizeof((int[]){__VA_ARGS__})/sizeof(int))
I have tried many permutations but they all don't seems to work well. Am
I have tried a variety of different solutions found on stack and other places

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.