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

  • Home
  • SEARCH
  • 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 7653085
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:56:11+00:00 2026-05-31T11:56:11+00:00

I tried to create this type of layout but I can’t getting like that

  • 0

I tried to create this type of layout

enter image description here

but I can’t getting like that way here is my view

enter image description here

and here is my code for creating layout

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#ffffff"
    android:orientation="vertical" 
    android:weightSum="1">

    <TextView
        android:id="@+id/app_title_view"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:gravity="center"
        android:padding="5dp"
        android:text="Stuffs on the go lite"
        android:textColor="#000"
        android:textSize="18dp" />

    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:layout_below="@id/app_title_view"
        android:orientation="horizontal" android:gravity="center">

        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="fill_parent"
            android:orientation="vertical" 
            android:background="#29000000"
            android:padding="10dp" android:weightSum="1">

            <TextView
                android:id="@+id/all_stuff_view"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_weight="0.5"
                android:background="#959686"
                android:gravity="center"
                android:padding="10dp"
                android:text="All Stuffs"
                android:textColor="#000"
                android:textSize="16dp" />

            <TextView
                android:layout_weight="0.5"
                android:id="@+id/setting_view"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:background="#441244"
                android:gravity="center"
                android:padding="10dp"
                android:text="Map"
                android:textColor="#000"
                android:textSize="16dp" 
                />
        </LinearLayout>

        <LinearLayout
            android:layout_width="fill_parent" android:layout_height="fill_parent"
            android:orientation="vertical" android:background="#29000000"
            android:padding="10dp" android:weightSum="1">

            <LinearLayout android:layout_width="wrap_content" android:layout_height="wrap_content"
                android:orientation="horizontal" android:background="#92000000" android:layout_weight="0.5">

                <TextView android:id="@+id/setting_view" android:layout_width="fill_parent"
                    android:layout_height="fill_parent" android:layout_weight="0.5"
                    android:background="#441244" android:gravity="center"
                    android:padding="10dp" android:text="Memo"
                    android:textColor="#000" android:textSize="16dp" />

                <TextView android:id="@+id/all_stuff_view" android:layout_width="fill_parent"
                    android:layout_height="fill_parent" android:layout_weight="0.5"
                    android:background="#959686" android:gravity="center"
                    android:padding="10dp" android:text="Task"
                    android:textColor="#000" android:textSize="16dp" />
            </LinearLayout>
            <TextView android:id="@+id/all_stuff_view" android:layout_width="fill_parent"
                android:layout_height="fill_parent" android:layout_weight="0.5"
                android:background="#959686" android:gravity="center"
                android:padding="10dp" android:text="Reminder"
                android:textColor="#000" android:textSize="16dp" />
            <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:background="#92000000">
            <TextView
                android:id="@+id/all_stuff_view"
                android:layout_width="fill_parent"
                android:layout_height="fill_parent"
                android:layout_weight="0.5"
                android:background="#959686"
                android:gravity="center"
                android:padding="10dp"
                android:text="Setting"
                android:textColor="#000"
                android:textSize="16dp" />
        </LinearLayout>
        </LinearLayout>

    </LinearLayout>
</LinearLayout>

your help and suggestion are appreciated 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-05-31T11:56:13+00:00Added an answer on May 31, 2026 at 11:56 am

    updating : remove the screenshot

    here is the xml layout:

    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:background="#ffffff"
    android:orientation="vertical" >
    
    <TextView
        android:layout_width="fill_parent"
        android:layout_height="40dp"
        android:background="#123456"
        android:gravity="center"
        android:text="this title" />
    
    <LinearLayout
        android:layout_width="fill_parent"
        android:layout_height="fill_parent"
        android:background="#ff0000"
        android:orientation="vertical"
        android:weightSum="2" >
    
        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:background="#00ff00"
            android:orientation="horizontal"
            android:weightSum="2" >
    
            <LinearLayout
                android:layout_width="0dp"
                android:layout_height="fill_parent"
                android:layout_weight="1"
                android:background="#654321" >
            </LinearLayout>
    
            <LinearLayout
                android:layout_width="0dp"
                android:layout_height="fill_parent"
                android:layout_weight="1"
                android:background="#0000ff"
                android:orientation="vertical"
                android:weightSum="2" >
    
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0dp"
                    android:layout_weight="1"
                    android:background="#454545"
                    android:orientation="horizontal"
                    android:weightSum="2" >
    
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="fill_parent"
                        android:layout_weight="1"
                        android:background="#143434" >
                    </LinearLayout>
    
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="fill_parent"
                        android:layout_weight="1"
                        android:background="#564456" >
                    </LinearLayout>
                </LinearLayout>
    
                <LinearLayout
                    android:layout_width="fill_parent"
                    android:layout_height="0dp"
                    android:layout_weight="1"
                    android:background="#765245"
                    android:orientation="horizontal"
                    android:weightSum="2" >
    
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="fill_parent"
                        android:layout_weight="1"
                        android:background="#878987" >
                    </LinearLayout>
    
                    <LinearLayout
                        android:layout_width="0dp"
                        android:layout_height="fill_parent"
                        android:layout_weight="1"
                        android:background="#213556" >
                    </LinearLayout>
                </LinearLayout>
            </LinearLayout>
        </LinearLayout>
    
        <LinearLayout
            android:layout_width="fill_parent"
            android:layout_height="0dp"
            android:layout_weight="1"
            android:background="#0000ff"
            android:weightSum="2" >
    
            <LinearLayout
                android:layout_width="0dp"
                android:layout_height="fill_parent"
                android:layout_weight="1"
                android:background="#675678" >
            </LinearLayout>
    
            <LinearLayout
                android:layout_width="0dp"
                android:layout_height="fill_parent"
                android:layout_weight="1"
                android:background="#989763" >
            </LinearLayout>
        </LinearLayout>
    </LinearLayout>
    

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

Sidebar

Related Questions

I have tried create this table, but nothing I have tried works from FKs.
I want to do something like this in PostgreSQL. I tried this: CREATE or
I tried to create a file using Oracle UTL_FILE.FOPEN command but i get this
I'd like to create a class of the following type public class EnumerableDisposer<IEnumerable<IDisposable>> But
I tried to create this by following the video at http://www.asp.net/learn/videos/video-7026.aspx where Joe Stagner
This is the first Python script I've tried to create. I'm reading a xml
I wanted to create graphs for some math functions and tried to do this
I want to create multilevel accordion Navigation using jQuery , I tried using this
Tried to create a mobile navigation using dataview or outline and the view renders
Due to the length of the code I can not post it here, I

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.