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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T07:29:14+00:00 2026-06-01T07:29:14+00:00

I am trying to make a group activity with the radio widget. My problem

  • 0

I am trying to make a group activity with the radio widget. My problem is that i cant seem to delete the speaker icon that come with the radio button any help would be great thanks.

http://img715.imageshack.us/img715/3131/helpnj.png

<?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:orientation="vertical" >


<RadioGroup
    android:id="@+id/radioGroup1"
    android:layout_width="match_parent"
    android:layout_height="55dp" android:background="@drawable/tilte2">



    <RelativeLayout
        android:id="@+id/relativeLayout1"
        android:layout_width="match_parent"
        android:layout_height="match_parent" >


        <RadioButton
            android:id="@+id/radioButton1"
            android:layout_width="105dp"
            android:layout_height="fill_parent"
            android:layout_alignParentRight="true"
            android:layout_centerVertical="true"
            android:background="@null"/>

        <RadioButton
            android:id="@+id/radioButton3"
            android:layout_width="105dp"
            android:layout_height="fill_parent"
            android:layout_alignParentLeft="true"
            android:layout_centerVertical="true"
            android:background="@null"/>

        <RadioButton
            android:id="@+id/radioButton2"
            android:layout_width="105dp"
            android:layout_height="fill_parent"
            android:layout_alignParentTop="true"
            android:layout_centerHorizontal="true"
            android:background="@null"/>

    </RelativeLayout>

</RadioGroup>

  • 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-01T07:29:15+00:00Added an answer on June 1, 2026 at 7:29 am

    If you need to customize the radio button look..

    Create a selector xml (radio_btn_selector.xml) in the drawable folder as.

    <selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:drawable="@drawable/pressed_image" 
        android:state_pressed="true"/>  
    <item android:drawable="@drawable/checked_image" 
        android:state_checked="true"/>  
    <item android:drawable="@drawable/focused_image" 
        android:state_focused="true" />
    <item android:drawable="@drawable/default_image" />  
    </selector> 
    

    Now use the selector as button type in the Radio Button.

    <RadioButton
                android:id="@+id/radioButton2"
                android:layout_width="105dp"
                android:layout_height="fill_parent"
                android:layout_alignParentTop="true"
                android:layout_centerHorizontal="true"
                android:background="@null"
    

    android:button="@drawable/radio_btn_selector"/>

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

Sidebar

Related Questions

I'm trying to make a radio group specifying a bunch of options, and an
I'm trying to make a WPF user control that includes two group boxes and
Hi I am trying to make a drop down list for a group of
I'm trying to make a case against automated checkins to version control. My group
.NET balanced group regexes make my head explode. I've got this string i'm trying
Trying to make a make generic select control that I can dynamically add elements
I trying to make method to alter table. I've build data.db Created new group
I'm trying to group 3 objects in one view, and then center that view
I'm trying to make a customized view that gets me the row count for
I have a fairly complex relationship that I am trying to make work with

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.