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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T05:05:49+00:00 2026-06-04T05:05:49+00:00

May i know how can i create this kind of UI, please see the

  • 0

May i know how can i create this kind of UI, please see the pic posted below.

enter image description here

Is it simple linear layout having some different sized buttons, or different image controls or what exactly is this?. How can i create UI of this sort.?

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

    Try this. Note that this is a copy paste from my own code and there are certain attributes which are posted below this code:

    <LinearLayout
        android:background="@drawable/nav_bar"
        style="@style/TitleBar" >
        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:padding="4dp"
            android:gravity="center"    >
            <ImageButton 
                style="@style/TitleBarAction"
                android:layout_margin="2dp"
                android:id="@+id/btnStatusUpdate"
                android:src="@drawable/ic_tab_compose_selected" >
            </ImageButton>
        </LinearLayout>
        <ImageView style="@style/TitleBarSeparator" />
        <TextView
            android:id="@+id/actionbarTitle"
            android:text="ACTIVITY"
            android:textColor="#FFFFFF"
            android:textSize="16sp"
            android:textStyle="bold"
            android:layout_height="fill_parent"
            android:layout_width="fill_parent"
            android:layout_weight="1"
            android:gravity="left|center_horizontal|center"
            android:padding="5dp"   >
        </TextView>
        <ImageView style="@style/TitleBarSeparator" />
        <LinearLayout
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:padding="4dp"
            android:gravity="center"    >
            <ImageButton 
                style="@style/TitleBarAction"
                android:layout_margin="2dp"
                android:id="@+id/btnStatusUpdate"
                android:src="@drawable/ic_tab_compose_selected" >
            </ImageButton>
         </LinearLayout>
         <ImageView style="@style/TitleBarSeparator" />
         <LinearLayout
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:padding="4dp"
                android:gravity="center"    >
                <ImageButton
                    style="@style/TitleBarAction"
                    android:layout_margin="2dp"
                    android:id="@+id/btnUploadPhoto"
                    android:src="@drawable/ic_tab_camera_selected"  >
            </ImageButton>
        </LinearLayout>
    </LinearLayout>
    

    Style elements for the code above. This goes in your styles.xml:

        <style name="TitleBar">
            <item name="android:id">@id/title_container</item>
            <item name="android:layout_width">fill_parent</item>
            <item name="android:layout_height">45dp</item>
            <item name="android:gravity">center</item>
            <item name="android:orientation">horizontal</item>
        </style>
    
        <style name="TitleBarSeparator">
            <item name="android:layout_width">1px</item>
            <item name="android:layout_height">fill_parent</item>
            <item name="android:background">USE A COLOR OF YOUR CHOICE HERE</item>
        </style>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I know this may sounds silly but I would like to create function that
May I know know I can trigger system to repaint nth row in JList?
You may know this recommendation from Microsoft about the use of exceptions in .NET:
As you may know, when we have this code in Javascript : function getName()
This may have already been answered and I just can't find it so feel
I know this question may be a little bit common and over asked but
I know you can create an index on a field in a hstore column.
I thought this would be simple, but I sure am having a lot of
You may know the scriptaculous SlideUp effect . Well, It slides up a div
So as you may know, arrays in C# implement IList<T> , among other interfaces.

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.