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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T17:44:08+00:00 2026-06-06T17:44:08+00:00

I have a strange problem with my Custom View Group: It is an extended

  • 0

I have a strange problem with my Custom View Group:

It is an extended FrameLayout representing a custom toggle button which has a handler moved on the left and on the right. (ala iPhone switch toggle button)
I move this handler by this line of code:

  mHandler.layout(0, 0, right, 0);

But when another view in my activity, an EditText, gains the focus, then the soft keyboard appears. Well, this event brings my Custom View Group in the initial configuration (if i had switched the custom view group in a “state ON” configuration, it turns on the initial “state OFF” configuration.

It’s like the system doesn’t remember that layout has changed after the Activity.onCreate().

Does anyone found a solution?

  • 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-06T17:44:09+00:00Added an answer on June 6, 2026 at 5:44 pm

    I fixed that. It wasn’t a issue about onSaveInstanceState and onRestoreInstanceState because the activity doesn’t go onPause or whatever.
    I noticed that after my custom view loses the focus, it calls its onLayout method with the flag changed = false.

    The simplest thing i’ve tought is to override that method with this:

    @Override
    protected void onLayout(boolean changed, int left, int top, int right,
            int bottom) {
        if( changed ){
            super.onLayout(changed, left, top, right, bottom);
        }
    
    }
    

    That fixed the issue. My layout view changes only when i want and not when it loses the focus.

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

Sidebar

Related Questions

I just ran into to strange problem, I have a custom tableview cell with
I have a really strange problem, following attribute of a jsp tag <custom:tag onclick=addBid('<%=
I'm facing a really strange problem that has me smoked. I have a fairly
i have strange problem doing reporting: i have numerous clients with different issued invoices.
I have strange problem with receiving data from socket. On client im using air
I have a strange problem on ipv6 connection. I write down a simple client
I have a strange problem with IE. I have a sequence of forms on
I have a strange problem with in-app billing RESTORE_TRANSACTION command. Every request RESTORE_TRANSACTION request
I have a strange problem getting the color of the point that was touched.
I have a strange problem with integrating a ViewController into another ViewController . 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.