android - Make imageview appear above Gallery -
I have gallery widget and a side and the right side to the left of 2 Image View screen, I remain on the same line Want ImageView and Gallery, but if there is a similarity, the zV-index of the imageView should be high then the gallery's.
The problem appears beneath the imageView Gallery item. I have seen an Android doctor, but the solution is not available. Below is my XML file (for some reason, the opening is not showing Tag opening and closing the route relative layout):
  & lt; Android: layout_alignParentRight = "true" android: layout_marginRight = "10dip" android: id = "@ + id / greenarrow_right" android: layout_width = "wrap_content" android: layout_height = "wrap_content" Android: src = "@ drawable / green_arrow_right" Android: layout_marginTop = "10dip" /> & Lt; imageView android: id = "@ + id / greenarrow_left" Android: layout_width = "wrap_content" Android: layout_height = "wrap_content" android: src = "@ drawable / green_arrow_left" Android: layout_alignParentLeft = "true" Android: layout_marginLeft = "10 DP "Android: layout_margintop =" 10 DP "/> & Lt; Gallery android: id = "@ + id / Gallery" Android: layout_width = "fill_parent" Android: layout_height = "wrap_content" Android: space = "3dip" / & gt; & Lt ;! - More elements here - & gt;     
   last child relational layout  will be at the top. If your layout is shown above, this means that the  gallery  will be at the top of the second  ImageView . Second  ImageView  to create your XML and  Change RelativeLayout  rules  Gallery  XML.  
   
 
  
Comments
Post a Comment