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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T05:43:52+00:00 2026-06-05T05:43:52+00:00

I am using an ExpandableListView in my android application.The problem I am facing is

  • 0

I am using an ExpandableListView in my android application.The problem I am facing is that if I have some elements such as a textview below the expandablelistview, it is hidden when a group is clicked and its children are displayed.This happends when I use LinearLayout.Following is my code:

<LinearLayout
android:orientation="vertical"
android:layout_height="fill_parent"
android:layout_width="fill_parent"
 >
<ExpandableListView
    android:id="@android:id/list"
    style="@style/listStyle"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:groupIndicator="@drawable/group_indicator"

    />
   <TextView
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:text="TextView below ExpandableListView"
/>
</LinearLayout>

If I replace LinearLayout with RelativeLayout, the reverse happens. The textview is not hidden but either the chidren of the open group or the lower groups in the list are hidden below the textview.How can I solve this probem?

  • 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-05T05:43:53+00:00Added an answer on June 5, 2026 at 5:43 am

    Add this line to code :

     android:layout_weight="1"
    

    It will be as follow :

      <LinearLayout  
         android:orientation="vertical"
         android:layout_height="fill_parent" 
         android:layout_width="fill_parent"    > 
     <ExpandableListView   
         android:id="@android:id/list"  
         style="@style/listStyle"    
         android:layout_width="fill_parent" 
         android:layout_height="wrap_content"
         android:layout_weight="1"
         android:groupIndicator="@drawable/group_indicator"          />
      <TextView   
         android:layout_width="fill_parent"
         android:layout_height="wrap_content" 
         android:text="TextView below ExpandableListView"   />
    </LinearLayout>
    

    Hope this help .

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

Sidebar

Related Questions

I am using an ExpandableListView in which each group is a TextView and each
Using Android 2.1+. I have a service that gets killed from time to time
I'm using ExpandableListView with a SimpleCursorTreeAdapter. Is it possible to get the group number
I have the following problem: I would like to change value of ExpandableListView's cell
I have a simple ExpandalbeList. For the group header view, I'm using a simple
Using Android TelephonyManager an application can obtain the state of data activity over the
in my android app i am using expandable list view to display some text.These
Here is what I'm working with: I have an ExpandableListView that uses a SimpleCursorTreeAdapter
Using report builder 3.0, I have a report that queries a cube. How do
I'm currently using a CursorTreeAdapter to map a Curser to an ExpandableListView in Android.

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.