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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:48:54+00:00 2026-06-04T05:48:54+00:00

I am using tablelayout in java file with 7 row and 7 column. In

  • 0

I am using tablelayout in java file with 7 row and 7 column. In the first row i have three button which i want to place in 2nd, 4th and 6th column. The third button will span the column with 7th column. How can i define the column in java file and span the column. Next 6 row and 7 column contain 42 buttons.

  • 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-06-04T05:48:56+00:00Added an answer on June 4, 2026 at 5:48 am

    You should be able to use column and span.

    TableRow.LayoutParams trParam = new TableRow.LayoutParams();
    trParam.column= 6
    trParam.span = 5;
    
    TableRow row = new TableRow(this);
    TextView content = new TextView(this);
    content.setLayoutParams(trParam);
    content.addView(title);
    

    I learned this from here if you want further info on TableLayouts.

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

Sidebar

Related Questions

I have a Layout (using TableLayout, etc...) which works well. It seems like this:
Context: I have a TableLayout (created using XML), which has one TableRow, which has
I am using TableLayout. which have 100 of items to make it scrollable I
I am using TableLayout , and when I am placing a button, I want
I have a TAbleLayout in my XML with 1 row i.e. te headings row.
I'm using a TableLayout in Android. Right now I have one TableRow with two
I'm using a TableLayout for an Activity and if I have more than a
I want two rows and first row has two columns. But I do not
I'm using TableLayout to display data. Text of the TextViews of the right column
as the title means, I want my tablelayout to evenly assign each column's width

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.