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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:29:22+00:00 2026-06-17T12:29:22+00:00

I want to add some Views to a ViewGroup in my Android project but

  • 0

I want to add some Views to a ViewGroup in my Android project but i am getting wired problems.

First of all, i have a ListView and an EditText which are in a Linearlayout.

I am creating these this way:

LinearLayout linearLayout = new LinearLayout(getActivity());
linearLayout.setId(1001);

EditText eText = new EditText(getActivity());
eText.setHint("Suche");
eText.setLayoutParams(new LayoutParams(LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT));
linearLayout.addView(eText);

in function onCreateView, so i just return linearLayout.

Later, in another function i want to add the ListView:

modeList.setAdapter(adapter);
LinearLayout layout = (LinearLayout) vGroup.findViewById(1001);
layout.addView(modeList);

But it only shows the EditText Box. If i dont add the EditText it shows the ListView, but in a bad behavior:

Left: ListView, Right: with EditText
app Layout

So my problem is: First, why is the ListView not in full width? And second, why there is no ListView if i add the EditText?

ListItem xml:

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:orientation="horizontal"
    android:padding="10dp" >

    <LinearLayout
        android:layout_width="wrap_content"
        android:layout_height="match_parent"
        android:orientation="vertical" >

        <TextView
            android:id="@+id/txtTitle"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:gravity="top|left"
            android:text="TEST"
            android:textColor="#000000"
            android:textSize="16sp"
            android:textStyle="bold" />

        <TextView
            android:id="@+id/txtPosition"
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:gravity="bottom|left"
            android:text="drittens"
            android:textColor="#0000ff"
            android:textSize="12sp"
            android:textStyle="bold" />
    </LinearLayout>

    <TextView
        android:id="@+id/txtVideos"
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:gravity="right|center_vertical"
        android:text="nochmal"
        android:textColor="#00ff00"
        android:textSize="18sp"
        android:textStyle="bold" />

</LinearLayout>
  • 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-17T12:29:22+00:00Added an answer on June 17, 2026 at 12:29 pm

    android:orientation=”horizontal”

    change to

    android:orientation=”vertical”

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

Sidebar

Related Questions

I want to add some classes to a CodeIgniter project that aren't models, views,
I want to add some data for particular controller's all views. the web-apps i
I have a website built with ASP.NET (3.5) and want add some level of
I want to add some values in arraylist but at random index. Is this
I want to inflate a layout from my res/layout directory, and add some views
I got some problems using ViewGroup and a automatically generated ViewPager. I want to
I have some static pages in a navigation menu. I want to add more
I'm trying to use a multiview control. I'm first creating some views and add
I'm trying to add some views into the screen, and I want them to
I want to have 2 views. My first one will be a GoogleMap and

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.