当前位置:操作系统 > 安卓/Android >>

android Imageview 图片覆盖

<RelativeLayout  

  xmlns:android="http://schemas.android.com/apk/res/android" 

android:id="@+id/gallerylayout" 

  android:layout_width="fill_parent" 

  android:layout_height="fill_parent"> 

  <Gallery 

    android:id="@+id/overview" 

    android:layout_width="fill_parent"  

    android:layout_height="wrap_content" 

  /> 

  <ImageView 

    android:id="@+id/navigmaske" 

    android:background="#0000"       

    android:src="@drawable/a2" 

    android:scaleType="fitXY" 

    android:layout_alignTop="@id/overview" 

    android:layout_alignBottom="@id/overview" 

    android:layout_width="fill_parent"  

    android:layout_height="wrap_content" 

  /> 

</RelativeLayout> 

注意:

[java] 
<SPAN style="FONT-SIZE: 18px"><RelativeLayout  
  xmlns:android="http://schemas.android.com/apk/res/android" 
  android:id="@+id/gallerylayout" 
  android:layout_width="fill_parent" 
  android:layout_height="fill_parent"> 
  <Gallery 
    android:id="@+id/overview" 
    android:layout_width="fill_parent"  
    android:layout_height="wrap_content" 
  /> 
  <ImageView 
    android:id="@+id/navigmaske" 
    android:background="#0000"       
    android:src="@drawable/a2" 
    android:scaleType="fitXY" 
    android:layout_alignTop="@id/overview" 
    android:layout_alignBottom="@id/overview" 
    android:layout_width="fill_parent"  
    android:layout_height="wrap_content" 
  /> 
</RelativeLayout></SPAN> 

<RelativeLayout
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:id="@+id/gallerylayout"
  android:layout_width="fill_parent"
  android:layout_height="fill_parent">
  <Gallery
    android:id="@+id/overview"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
  />
  <ImageView
    android:id="@+id/navigmaske"
    android:background="#0000"     
    android:src="@drawable/a2"
    android:scaleType="fitXY"
    android:layout_alignTop="@id/overview"
    android:layout_alignBottom="@id/overview"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
  />
</RelativeLayout>  android:background="#0000"     
   android:src="@drawable/a2"
注意这两个就行了 图片是png透明的

 

 

补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,