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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T06:20:56+00:00 2026-06-01T06:20:56+00:00

I would like to know how this homepage from Google Docs app is build

  • 0

I would like to know how this homepage from Google Docs app is build ?
Is there Multiple relative layout to display inline buttons?
And what about the tab bar at the top ?

Image :

enter image description here

  • 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-01T06:20:57+00:00Added an answer on June 1, 2026 at 6:20 am

    I’d say that is made of:

    1 Header : Horizontal LinearLayout
    2 Lines : 2 Horizontal LinearLayouts included into one Vertical LinearLayout

    <LinearLayout
        android:id="@+id/root"
        android:orientation="vertical">
    
        <LinearLayout
        android:id="@+id/header_layout"
        android:layout_width="fill_parent"
        android:layout_height="50dp"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:background="@drawable/header_gradient" >
    
            <LinearLayout
        android:id="@+id/header_layout_title"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:orientation="horizontal"
        android:gravity="center_vertical"
        android:layout_marginLeft="10dp" >
    
            <ImageView
                android:id="@+id/header_icon"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginRight="10dp" />
    
            <TextView 
            android:id="@+id/header_title"
            android:text="Docs"
            android:textSize="20dp" />
    
                </LinearLayout>
    
                <LinearLayout
            android:id="@+id/header_layout_add"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:orientation="horizontal"
            android:gravity="center_vertical|right" >
    
                <ImageView
                    android:id="@+id/header_add"
                    android:src="@drawable/add"
                    android:layout_marginRight="10dp" />
    
                <ImageView
                    android:id="@+id/header_search"
                    android:src="@drawable/search"
                    android:layout_marginRight="10dp" />
    
            </LinearLayout>
    
        </LinearLayout>
    
        <LinearLayout
            android:id="@+id/line_1"
            android:orientation="horizontal">
    
            <ImageView android:id="image_1" />
            <ImageView android:id="image_2" />
            <ImageView android:id="image_3" />
    
        </LinearLayout>
    
        <LinearLayout
            android:id="@+id/line_2"
            android:orientation="horizontal">
    
            <ImageView android:id="image_4" />
            <ImageView android:id="image_5" />
            <ImageView android:id="image_6" />
    
        </LinearLayout>
    
    </LinearLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to know if there are any templates for doing this in
I would like to know this to understand why some games like Mario is
OK I would like to know this once and for all, how can I
I would like to know whether this is actually possible in Android? When Android
I know this is stupid, but how would I do this? I would like
I know this is a weird question to ask, but I would like to
I would like to animate things in 3D space. I know this is possible
I would like to know how to write this inside my hittest if statement:
I would like to know how to add menus similar to this to my
I am creating a Rails App (I'd like to know how to do this

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.