I have a RelativeLayout containing 2 LinearLayouts one of them is partially covering the other. I want to make the part of the LinearLayout
RelativeLayout
LinearLayouts
LinearLayout
set Top Linear Layout's background as
background="#CCFFFFFF" in your layout.xml file
change alpha mode for more transparency here "CC".
("00" as full transparent)
https://stackoverflow.com/a/4990254/665561