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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:00:01+00:00 2026-06-05T08:00:01+00:00

I have a horizontal RadioGroup and RadioButtons <RadioGroup xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=fill_parent android:layout_height=wrap_content android:orientation=horizontal android:checkedButton=@+id/tab_messages android:background=@drawable/bg_tabbar

  • 0

I have a horizontal RadioGroup and RadioButtons

<RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
            android:layout_width="fill_parent"
            android:layout_height="wrap_content"
            android:orientation="horizontal"
            android:checkedButton="@+id/tab_messages"
            android:background="@drawable/bg_tabbar"

            android:layout_marginBottom="6dp"
            android:layout_marginTop="6dp"
        >

    <RadioButton
            android:id="@+id/tab_messages"
            style="@style/Tab"
            android:text="long long long text"
            />
    <RadioButton
            android:id="@+id/tab_contacts"
            style="@style/Tab"
            android:text="shorter"

            />
    <RadioButton
            android:id="@+id/tab_search"
            style="@style/Tab"
            android:text="short short"
            />
    <RadioButton
            android:id="@+id/tab_settings"
            style="@style/Tab"
            android:text=";("

            />

</RadioGroup>

<style name="Tab" >
        <item name="android:layout_width">wrap_content</item>
        <item name="android:layout_height">wrap_content</item>
        <item name="android:padding">3dp</item>
        <item name="android:layout_margin">1dp</item>
        <item name="android:gravity">center</item>
        <item name="android:textColor">#ffffff</item>
        <item name="android:drawablePadding">-6dp</item>
        <item name="android:textSize">12dp</item>
        <item name="android:button">@android:color/transparent</item>
        <item name="android:drawableTop">@android:drawable/btn_radio</item>
    </style>

and i got this (Screenshot): http://c.kurganec.ru/p/jv8Ppzq.png

seems like layout_weight parameter works as not as i expect.
I wish the tabs were the same size (f.e. 1/4 of display width)
Is it posible?

  • 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-05T08:00:03+00:00Added an answer on June 5, 2026 at 8:00 am

    Try this

    <RadioGroup xmlns:android="http://schemas.android.com/apk/res/android"
                android:layout_width="fill_parent"
                android:layout_height="wrap_content"
                android:orientation="horizontal"
                android:checkedButton="@+id/tab_messages"
                android:layout_marginBottom="6dp"
                android:layout_marginTop="6dp"
                >
        <RadioButton
                android:id="@+id/tab_messages"
                style="@style/Tab"
                android:layout_weight="1" android:text="long long long text" android:layout_width="1dip"/>
        <RadioButton
                android:id="@+id/tab_contacts"
                style="@style/Tab"
                android:text="shorter"
                android:layout_weight="1" android:layout_width="1dip"/>
        <RadioButton
                android:id="@+id/tab_search"
                style="@style/Tab"
                android:text="short short"
                android:layout_weight="1" android:layout_width="1dip"/>
        <RadioButton
                android:id="@+id/tab_settings"
                style="@style/Tab"
                android:text=";("
                android:layout_weight="1" android:layout_width="1dip"/>
    </RadioGroup>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on an Android app where I have a radiogroup with 3
I have horizontal bar chart with Highcharts . How can I make each bar
Do you know any controls inherited from the ItemsControl that have horizontal orientation of
I have a horizontal list on which I have placed borders on the li
I have a horizontal animated menu that has a strange behavior because it works
I have a horizontal scrollview in my app. On either side of the scrollview,
I have implemented horizontal page view. One base page and three swipe pages. The
I have a horizontal ScrollView implemented and working. however, when I Scrol horizontally he
I have a horizontal menu navigation. The code is: <div class=menu-holder> <ul class=menu> <li>
I'd like to have a horizontal menu at the top of the website 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.