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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T15:57:28+00:00 2026-06-08T15:57:28+00:00

I have a FrameLayout (within a RelativeLayout ) to/from which I add/remove Fragments by

  • 0

I have a FrameLayout (within a RelativeLayout) to/from which I add/remove Fragments by means of the FragmentTransaction class. My FrameLayout is originally left-aligned with its parent and sometimes offset horizontally by means of the FrameLayout.offsetLeftAndRight(int offset) method.

I’m finding that when my FrameLayout is offset and I commit a fragment transaction to add a Fragment to it (i.e. FragmentTransaction.add(R.id.myFrameLayout, myNewFragment).commit()), my FrameLayout jumps back to its original location, ignoring its offset.

Anyone know why this is happening and how I can avoid my FrameLayout re-positioning itself when I add a Fragment to it?

Note: I’m using the offsetLeftAndRight(int offset) method rather than the setTranslationX(float translationX) or other methods because I need what I’m doing to work pre-Honeycomb.

  • 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-08T15:57:31+00:00Added an answer on June 8, 2026 at 3:57 pm

    Solved by keeping tracking of the offset position and overriding my View’s onLayout(boolean changed, int left, int top, int right, int bottom) method to offset my View appropriately whenever this method is called, as follows:

    @Override
    protected void onLayout(boolean changed, int left, int top, int right, int bottom)
    {
      super.onLayout(changed, left, top, right, bottom);
    
      if (changed)
      {
        offsetLeftAndRight(myHorizontalOffset);
        offsetTopAndBottom(myVerticalOffset);
      }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a custom FrameLayout class which does some custom drawing on the OnSizeChanged
I have a FrameLayout view which contains one (MapView-like) control and some additional buttons
In my foo_layout.xml file I have a subclassed RelativeLayout: <?xml version=1.0 encoding=utf-8?> <FrameLayout xmlns:android=http://schemas.android.com/apk/res/android
have written this little class, which generates a UUID every time an object of
I have a RelativeLayout defined in an xml layout file named 'myview.xml' which contains
I have a custom class called NoteView that extends FrameLayout . Previously, I had
I have a FrameLayout in which I have placed two identical TextViews. I want
I have used FrameLayout within a Gallery as the Gallery Item. There are 2
I have a FrameLayout which has a ScrollView as the only child. During runtime
I have a faux dialog which uses this layout: <?xml version=1.0 encoding=utf-8?> <FrameLayout xmlns:android=http://schemas.android.com/apk/res/android

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.