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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 17, 20262026-05-17T21:25:06+00:00 2026-05-17T21:25:06+00:00

Why the last section is not displayed at all? AFAIK It should. It starts

  • 0

Why the last section is not displayed at all? AFAIK It should. It starts with :

<LinearLayout 
android:orientation="vertical"
android:layout_height="match_parent"
android:layout_width="70dip"
android:minWidth="70dp"
android:layout_weight="1">

Thanks in advance.

Full XML layout:

<?xml version="1.0" encoding="utf-8"?>

<View
    android:layout_width="2dip"
    android:layout_height="match_parent"
    android:background="#FF909090" />

<LinearLayout android:orientation="vertical" 
    android:layout_width="match_parent" 
    android:layout_height="60dp">
    <LinearLayout 
        android:orientation="horizontal"
        android:layout_width="match_parent" 
        android:layout_height="30dp">

        <TextView
            android:layout_width="20dp"
            android:layout_height="30dp"
            android:gravity="center"
            android:layout_weight="0"
            android:text="---"/>

        <TextView android:id="@+id/trainingSegmentReps" 
            android:layout_width="15dip"
            android:layout_height="30dip"
            android:text="3" 
            android:gravity="center"
            android:textSize="6pt"
            android:layout_weight="1"   />
        <TextView 
            android:layout_width="15dip"
            android:layout_height="30dip"
            android:text="x" 
            android:gravity="center"
            android:textSize="6pt"  
            android:layout_weight="1"/>

        <TextView 
            android:id="@+id/trainingSegmentLength" 
            android:layout_width="wrap_content"
            android:layout_height="30dp"
            android:gravity="center"
            android:text="200"
            android:paddingRight="5dp"
            android:layout_weight="1" />

        <TextView 
            android:id="@+id/trainingSegmentLengthUnit" 
            android:layout_width="wrap_content"
            android:layout_height="30dp"
            android:gravity="center"
            android:text="m."
            android:layout_weight="1"/>

        <TextView 
            android:id="@+id/trainingSegmentActivity" 
            android:layout_width="wrap_content"
            android:layout_height="30dp"
            android:gravity="center"
            android:text="Crawl"
            android:paddingLeft="10dp"
            android:layout_weight="1"/>

    </LinearLayout>
    <LinearLayout android:orientation="horizontal"
        android:layout_height="60dp"
        android:layout_width="match_parent">
        <TextView 
            android:id="@+id/trainingSegmentRest" 
            android:layout_width="wrap_content"
            android:layout_height="30dp"
            android:textSize="8pt"
            android:paddingRight="10dp"
            android:paddingLeft="40dp"
            android:text="12"/>

        <TextView android:id="@+id/trainingSegmentRestUnit" 
            android:layout_width="wrap_content"
            android:layout_height="30dp"
            android:textSize="8pt"
            android:text="breathes"/>
    </LinearLayout>
</LinearLayout>
<LinearLayout 
    android:orientation="vertical"
    android:layout_height="match_parent"
    android:layout_width="70dip"
    android:minWidth="70dp"
    android:layout_weight="1">
    <TextView android:id="@+id/trainingSegmentTotal" 
                android:layout_height="25dp"
                android:layout_width="match_parent"
                android:textSize="8pt"
                android:text="Total:"
                android:gravity="center"/>
    <TextView android:id="@+id/trainingSegmentTotal"
                android:layout_height="35dp"
                android:layout_width="match_parent"
                android:textSize="8pt"
                android:text="1000 m."
                android:gravity="center"/>
</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-05-17T21:25:06+00:00Added an answer on May 17, 2026 at 9:25 pm

    Has it gone off the bottom of the screen? Layouts don’t scroll by default except in some cases (list views etc). Look at ScrollView.

    When you find yourself using a lot of nested LinearLayouts it’s usually better to switch to a single RelativeLayout.

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

Sidebar

Related Questions

The section Last links in the chain: Stashing and the reflog in http://ftp.newartisans.com/pub/git.from.bottom.up.pdf recommends
I'm using Jeff Atwood's Last Configuration Section Handler You'll Ever Need , but it
i'm almost there but I'm not able to solve the last problem. I'm trying
Last year, Scott Guthrie stated You can actually override the raw SQL that LINQ
last time I asked how to populate a data structure here . Now I
Last time I asked about the reverse process , and got some very efficient
Last Friday where I work, an oracle client was upgarded and our IIS server
Last week we released Omniture's analytics code onto a large volume of web sites
Last week I implemented a date validation in our front end, a combination of
Last night I added a parameter to a stored procedure in a mySQL database.

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.