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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T21:57:07+00:00 2026-06-02T21:57:07+00:00

I need to make widget like on image. There is widgets for android like

  • 0

I need to make widget like on image. There is widgets for android like this?

mac os widget

SOLVED:

Simple way to do this is use RadioGroup and apply style to it. There is my layout and styles, I hope it will be useful:

<RadioGroup
    android:id="@+id/fragment_search_type"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_gravity="center_horizontal" 
    android:layout_marginLeft="3dp" 
    android:layout_marginRight="3dp" style="@style/Searchtype">
    <RadioButton
        android:id="@+id/radio0"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:checked="true"
        android:layout_weight="0.25" 
        android:text="1" style="@style/Searchtype.RadioButton"/>
    <RadioButton
        android:id="@+id/radio1"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_weight="0.25" 
        android:text="2" style="@style/Searchtype.RadioButton"/>
    <RadioButton
        android:id="@+id/radio2"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_weight="0.25" 
        android:text="3" style="@style/Searchtype.RadioButton"/>
    <RadioButton
        android:id="@+id/radio3"
        android:layout_width="fill_parent"
        android:layout_height="wrap_content"
        android:layout_weight="0.25" 
        android:text="4" style="@style/Searchtype.RadioButton"/>
</RadioGroup>

<style name="Searchtype">
    <item name="android:padding">3dp</item>
    <item name="android:background">@drawable/searchtypepanel</item>
    <item name="android:orientation">horizontal</item>
</style>

<style name="Searchtype.RadioButton" parent="@android:style/Widget.CompoundButton.RadioButton">
    <item name="android:padding">0dp</item>
    <item name="android:background">@drawable/searchtypepanel_button</item>
    <item name="android:button">@android:color/transparent</item>
    <item name="android:textColor">#FFFFFF</item>
    <item name="android:textSize">12dp</item>
    <item name="android:textStyle">bold</item>
    <item name="android:gravity">center</item>
</style>

SOLVED

  • 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-02T21:57:09+00:00Added an answer on June 2, 2026 at 9:57 pm

    Afaik there’s no exact widget like that.
    But you could it easily build it yourself using a linearlayout and 3 imagebuttons in it.
    Just build up your own compound control.

    See
    http://developer.android.com/guide/topics/ui/layout-objects.html
    http://developer.android.com/resources/tutorials/views/index.html

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

Sidebar

Related Questions

I need a datepicker widget via ExtJs on my pages that works like this
I need to make this function work everywhere, except IE6-7 $(function(){ window.scrollTo(0,300); }) Please
I have the following image which I need to turn into an HTML widget
My code for creating the data table looks like this: myDataTable = new YAHOO.widget.ScrollingDataTable(
Is there a way to show an Internet Explorer instance/frame inside a Qt Widget?
I have an existing android app. I added a simple widget to it using
Since Android does not directly have icon badges I would like to use app
I need to make a div layer so that when you click on it
i need to make my window top level when i need. Code of creating
I need to make a column unique in one of our database tables, 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.