频道栏目
首页 > 资讯 > Android > 正文

android Imageview 图片覆盖

13-05-24        来源:[db:作者]  
收藏   我要投稿

<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透明的

 

 

相关TAG标签
上一篇:oracle关于查询空间使用情况的几个sql语句
下一篇:我是如何找到58同城后台的
相关文章
图文推荐

关于我们 | 联系我们 | 广告服务 | 投资合作 | 版权申明 | 在线帮助 | 网站地图 | 作品发布 | Vip技术培训 | 举报中心

版权所有: 红黑联盟--致力于做实用的IT技术学习网站