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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T20:56:59+00:00 2026-06-14T20:56:59+00:00

I am using the following code in xml to generate two RadioButtons with a

  • 0

I am using the following code in xml to generate two RadioButtons with a divider between them:

    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content" >

        <RadioButton
            android:id="@+id/radioButton1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:paddingLeft="60dp"
            android:text="Male" />

        <View
            android:id="@+id/firstDivider"
            android:layout_width="2dp"
            android:layout_height="match_parent"
            android:layout_marginLeft="40dp"
            android:background="#939393" />

          <RadioButton
            android:id="@+id/radioButton1"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginLeft="20dp"
            android:paddingLeft="60dp"
            android:text="Female" />

    </LinearLayout>

This works fine, and is being used inside a ViewPager (in one of the tabs).

Interestingly, if I scroll back and forth enough inside my ViewPager, the text on one of the buttons changes to Female. So, in the end, I get 2 Female RadioButtons.

This looks like it has something to do with View Recycling, but since they’re 2 distinctly hard coded buttons (and not ListView items, for example), I’m not sure why it’s happening.

Sure, I can add button.setText(...) in java (which hopefully will fix it), but I’ve just noticed this and I had no explanation for it.

Edit: As expected, when I do Force Close and restart the application, it switches back to normal- and I have to repeat the procedure to get two Female buttons. If I switch to another activity/etc/etc, it still stays to two “female” buttons.

  • 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-14T20:57:00+00:00Added an answer on June 14, 2026 at 8:57 pm

    The resource id for both RadioButtons is android:id="@+id/radioButton1".

    Android automatically saves “state” of UI elements (widgets) if created in a layout file and they have ids.

    The fact that the second RadioButton had the text “Female” meant it would over-write the saving of the first’s text “Male” but both would receive the same text when re-created due to the same id.

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

Sidebar

Related Questions

I am using the following code to generate and parse the XML. The method
In order to generate a XML i am using following Code currently. .<?php require
Im using the following code to output all the nodes from the xml shown.
I am using the following code to get an XML data from a website
I am using the following code to serialize an object to XML, StringBuilder sb
I am using the following code to make a HttpWebRequest and render the XML
I want to write a .xml file using the following code into the App_Data/posts.
I have the following code which outputs an object to an XML file: using
friends, i have created custom title bar using following titlebar.xml file with code <?xml
I have written the following code in my Rails app to generate XML. I

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.