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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T17:45:40+00:00 2026-05-24T17:45:40+00:00

How would I go about creating the following layout using tablelayout? Column spanning is

  • 0

How would I go about creating the following layout using tablelayout? Column spanning is straightforward, but I haven’t found any clear guidance on row spanning.

  • 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-24T17:45:41+00:00Added an answer on May 24, 2026 at 5:45 pm

    try this one… You can use the layout_weight property to achieve what you are trying to do..
    the below layout will have the layout as shown by you in the above picture..

    <?xml version="1.0" encoding="utf-8"?><TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical" android:layout_width="fill_parent"
    android:layout_height="fill_parent">
    <TableRow>
        <TableLayout android:layout_width="0dip"
            android:layout_weight="2" android:layout_height="fill_parent">
            <TableRow android:layout_width="0dip" android:layout_weight="2"
                android:layout_height="0dip">
                <View android:layout_width="0dip" android:layout_weight="1"
                    android:layout_margin="5dip" android:layout_height="fill_parent"
                    android:background="#fff"></View>
                <View android:layout_width="0dip" android:layout_weight="1"
                    android:background="#eee" android:layout_margin="5dip"
                    android:layout_height="fill_parent"></View>
            </TableRow>
            <TableRow android:layout_width="0dip" android:layout_weight="2"
                android:layout_height="0dip">
                <View android:layout_width="0dip" android:layout_weight="1"
                    android:background="#eee" android:layout_height="fill_parent"
                    android:layout_margin="5dip"></View>
                <View android:layout_width="0dip" android:layout_weight="1"
                    android:layout_margin="5dip" android:layout_height="fill_parent"
                    android:background="#fff"></View>
            </TableRow>
        </TableLayout>
        <TableLayout android:layout_width="0dip"
            android:layout_weight="1" android:layout_height="fill_parent">
            <TableRow>
                <View android:layout_width="0dip" android:layout_weight="1"
                    android:background="#bbb" android:layout_height="fill_parent"></View>
            </TableRow>
    
        </TableLayout>
    </TableRow>
    

    In the above code replace the view with the one that you want over there…

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

Sidebar

Related Questions

Pardon my ignorance, but how would I begin to go about creating the following
How do I go about creating the following layout in Android? I want a
How would I go about creating multiple documents when a single file is opening
How would I go about creating a real world form creation class that I
How would I go about creating a Google map that allows the user to
how would i go about creating a many-many relationship among data objects in google
How would I go about creating a tripcode system (secure) for a message board
In relation to this stackoverflow question , how would I go about creating my
How would you guys go about creating a real-time search engine on .Net platform.
Any ideas how I would go about writing a javascript method to insert an

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.