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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:42:01+00:00 2026-05-25T20:42:01+00:00

I have a Linearlayout part of a Tablerow of tablelayout. Below is sample description

  • 0

I have a Linearlayout part of a Tablerow of tablelayout. Below is sample description

<!-- Master Layout-->
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_height="match_parent" android:layout_width="match_parent"
    android:stretchColumns="0" android:baselineAligned="false">
<TableRow>
<Button></Button>
</Tablerow>

<TableRow>
<LinearLayout android:id="@+id/listinfo"></LinearLayout>
</Tablerow>

Then I wrote another linearlayout to create rows of linearlayout which I inflate and add to
linearlayout of Main Layout.

<!-- listrow layout-->

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal"
    xmlns:android="http://schemas.android.com/apk/res/android"

    <ImageView android:layout_width="wrap_content"
        android:layout_height="wrap_content" android:layout_gravity="left"
        android:src="@drawable/icon" />

        <TextView android:layout_weight="1" android:id="@+id/textView1" />

        <TextView android:layout_weight="1" android:id="@+id/textView1" />

</LinearLayout>

Everything is working perfectly fine but I am not getting row demarcators. How to do that?

Java code

LinearLayout placeHolderLinearLayout = (LinearLayout)findViewById(R.id.listinfo);

for (int i =0; i < myarray.size(); i++) {

  final Employee eobj = myarray.get(i);     
  LayoutInflater vi =         (LayoutInflater)getApplicationContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  LinearLayout lrow = (LinearLayout)vi.inflate(R.layout.listrow, null); 
  lrow.setBackgroundColor(android.graphics.Color.WHITE);   
  lrow.setPadding(2, 2, 2, 2);   
  ((TextView)lrow.getChildAt(1)).setText(eobj.getName());    

   //some more settings
   placeHolderLinearLayout.addView(lrow);

 }

The view doesn’t show any demarcator between subsequent linearlayout. How can I achieve that?

  |---------------------|
  |  lrow1              |
  |______demarcator_____|  
  |  lrow2              |   => The demaractor is missing in my view
  |_____________________|
  • 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-25T20:42:02+00:00Added an answer on May 25, 2026 at 8:42 pm
    LinearLayout lrow = (LinearLayout)vi.inflate(R.layout.listrow, null);
    

    Try to pass placeHolderLinearLayout instead null.

    If you define true as third parameter the infalted layout will be added automatically to the given ViewGroup. false will avoid that.

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

Sidebar

Related Questions

I have a main activity with this layout file: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have 2 activities. The 2nd .xml looks like: <?xml version=1.0 encoding=utf-8?> <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android
I have the following the layout file <?xml version=1.0 encoding=utf-8?> <RelativeLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:app=http://schemas.android.com/apk/res/com.company android:layout_width=fill_parent
I have a layout XML file straight from the tutorial: layout/partnertrial_summary.xml <?xml version=1.0 encoding=utf-8?>
I have this as part of my layout: <LinearLayout android:layout_width=fill_parent android:layout_height=0dip android:orientation=horizontal android:layout_weight=0.15> <TextView
I have an xml file right now which has a TableLayout within a LinearLayout.
I have a layout like this: <LinearLayout xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_parent android:layout_height=match_parent android:orientation=vertical > <include layout=@layout/basicinfo
Say I have a LinearLayout with some elements in it as an .xml file.
Just a straight forward problem. I have a LinearLayout which has attribute in xml
I have create a Java class extending LinearLayout as shown below public class CustomLinear

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.