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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T06:04:09+00:00 2026-06-02T06:04:09+00:00

Say I want to make one layout inside another one with different background colors,

  • 0

Say I want to make one layout inside another one with different background colors, but once I add a background color to the inner layout ( frameLayout6 in this case ), the outer layout’s background becomes transparent…

enter image description here

any ideas what might be wrong?

Thanks!

                <FrameLayout
                    android:id="@+id/frameLayout5"
                    android:layout_width="160px"
                    android:layout_height="160px" android:background="#FFFFFF" android:layout_marginLeft="20px">

                    <FrameLayout
                        android:id="@+id/frameLayout6"
                        android:layout_width="match_parent"
                        android:layout_height="match_parent" android:layout_margin="5px">
                    </FrameLayout>

                </FrameLayout>
  • 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-02T06:04:11+00:00Added an answer on June 2, 2026 at 6:04 am

    The inner layout (frameLayout6) is over framelayout5 so if you set a background in the inner layout, you can’t see the framelayout5.

    Edit:

    I don’t know why this behavior happen but you can do that

    <?xml version="1.0" encoding="utf-8"?>
    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
        android:orientation="vertical" android:layout_width="fill_parent"
        android:layout_height="fill_parent">
        <RelativeLayout android:id="@+id/frameLayout5"
             android:layout_height="160dp"
            android:layout_marginLeft="20dp" android:layout_width="160dp">
    
            <View android:layout_width="fill_parent" android:layout_height="fill_parent" android:background="#ff00ff"/>
    
            <RelativeLayout android:layout_width="fill_parent"
                android:background="#ff0000" android:layout_height="fill_parent"
                android:layout_margin="50dp" android:drawingCacheQuality="auto">
            </RelativeLayout>
    
        </RelativeLayout>
    </LinearLayout>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to make my xml layout more modular because this one is going
I want to make one keystroke, say C-F12 , to do delete-other-windows or winner-undo
Let's say that I want to build 2 different sets of tablet-only layouts. One
Let's say I want make some of my sources publicly available via my blog
say I want to make the first row of the excel ss something like
Lets say I want to make few classes to determine behaviour of agents. The
Let's say I want to make a little wrapper along the lines of: def
So I want to make a http request with a body (say file, file2,
Say I have a package mylibrary. I want to make mylibrary.config available for import,
Say, i have a function which returns a reference and i want to make

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.