Closed Tawsif closed 10 years ago
You are not going to have much luck using a Linear Layout to stack views. Look into http://developer.android.com/reference/android/widget/FrameLayout.html for a much more effective method of stacking views within a single ViewGroup.
You could also check out the layout used in the sample application to get an idea of how this overlay is achieved.
How can we set Linear or relative layout background as parallax so that buttons and other controls can be placed on top of it