android Imageview 图片覆盖具体实现
android Imageview 图片覆盖具体实现
发布时间:2016-12-28 来源:查字典编辑
摘要:复制代码代码如下:注意:复制代码代码如下:android:background="#0000"android:src="@drawable/...

复制代码 代码如下:

<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></SPAN>

android:background="#0000"

android:src="@drawable/a2"

注意这两个就行了图片是png透明的

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新安卓软件开发学习
热门安卓软件开发学习
编程开发子分类