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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T14:43:28+00:00 2026-05-21T14:43:28+00:00

I want to create a table row, which on the left are 3 images,

  • 0

I want to create a table row, which on the left are 3 images, and on the right a textview.
Something You can usually see in a game (on the right the level number, and on the left the number of lives left.)

I have tried this layout, but one of the images isnt aligns to the right: (The table layout is nested within linear layout)

 <TableLayout
  xmlns:android="http://schemas.android.com/apk/res/android"   
  android:layout_width="fill_parent" 
  android:layout_height="100dp"
  android:shrinkColumns="0"  
  android:stretchColumns="1">
<TableRow        
     android:layout_width="fill_parent"         
     android:layout_height="fill_parent">   
  <ImageView  
     android:id="@+id/wa1"
     android:layout_width="wrap_content"  
     android:layout_height="wrap_content" 
     android:layout_gravity="left"
     android:paddingRight="5px"
     android:paddingTop="6px"
     android:src="@drawable/v"/>
  <ImageView 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content"
      android:src="@drawable/v" 
      android:paddingTop="6px" 
      android:layout_gravity="left" 
      android:id="@+id/wa2" 
      android:paddingRight="5px">
  </ImageView>
  <ImageView 
      android:layout_width="wrap_content" 
      android:layout_height="wrap_content"
      android:src="@drawable/v" 
      android:paddingTop="6px" 
      android:layout_gravity="left" 
      android:id="@+id/wa3" 
      android:paddingRight="5px">
  </ImageView>
<TextView  
    android:id="@+id/question_status"
    android:layout_width="wrap_content" 
    android:layout_height="wrap_content"
    android:gravity="right"
    android:textColor="#000000"
    android:textSize="26px"
    android:paddingLeft="125px"
    android:paddingRight="15px"
/>
</TableRow>

this is the relevant part of the result:
enter image description here

10X alot 🙂

  • 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-21T14:43:29+00:00Added an answer on May 21, 2026 at 2:43 pm

    Assuming that </TableRow> is supposed to be followed by a </TableLayout>, try removing

    android:shrinkColumns="0"  
    android:stretchColumns="1"
    

    from the TableLayout and

    android:paddingLeft="125px"
    

    from the TextView, to which instead you should add

    android:layout_weight="1"
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want ot create database table in which I can store application settings. Which
I want to create a dynamic table whose row uses customized button which uses
I want to create a table structure with checkbox for each row and each
I want to create a new row in my database on a table that
i want to create a table : products which looks like (these are columns
I want to do something like this: create table app_users ( app_user_id smallint(6) not
Using jQuery, how can I create a clone of a Row which has display:
I want to create a table which look like this: +-----------------------------------------------------------+ |January 12th, 2012
I am trying to create a simple HTML table in which I want the
i want to crate dynamic table which row contain two check boxes(custom check box)

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.