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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T15:14:03+00:00 2026-06-04T15:14:03+00:00

I create a TableLayout dynamically via code and want to set a margin between

  • 0

I create a TableLayout dynamically via code and want to set a margin between columns. The only type of content my TableRows contain are TextViews.

My intention was to put a simple android:layout_marginRight on each TextView. But I want to definde this via xml instead of code.

What I tried:

The code:

txtView.setTextAppearance(context, R.style.TableTextView);
txtView.setText(content);
tableRow.addView(txtView);

The XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
  <style name="TableTextView">
      <item name="android:textAppearance">?android:attr/textAppearanceLarge</item>
      <item name="android:textStyle">bold</item>
      <item name="android:layout_marginRight">5dip</item>
  </style>
</resources>

What happens:

The layout_marginRight set in the XML does not work, but the textAppearance and textStyle set in the XML do work. I assume the setTextAppearance-method is the wrong way for assigning a margin to a TextView? It would be really nice if I could do this via XML (like I tried it above) instead of Java-code.

Thank you!

  • 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-04T15:14:05+00:00Added an answer on June 4, 2026 at 3:14 pm

    This happens because you’re setting the style to the text itself and not the TextView element.
    You should set the element style in the XML. it’s possible to achive this from the code as well, but i think it’s best to do that in the XML Layout file.

    Something like :

    <TextView xmlns:android="http://schemas.android.com/apk/res/android" 
        style="@style/mTableTextView" /> 
    

    About setting that from code, i’m not an expert but i understood you can inflate it somehow.
    Check out This, And This questions.

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

Sidebar

Related Questions

I want to add rows to a tablelayout dynamically. This is my code. TableRow
I used the code below to create a TableRow with content dynamically. It works
I have a TableLayout that I am dynamically adding content to in code in
I'm trying to create a TableLayout dynamically which has all its rows stretched like
I'm having an issue with my android application. I want to dynamically create 4
I'm facing an issue on my android application. I want to dynamically create TableRow
I m trying to create a tableLayout. My problem is that my table content
I have a layout issue. What I do is this: create TableLayout in xml
I am trying to create a basic datasheet in my application using a TableLayout.
I got some trouble with the TableLayout Android. I wanna create a table with

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.