码迷,mamicode.com
首页 > 移动开发 > 详细

Android:res之layer-list图片叠加

时间:2014-07-16 21:27:01      阅读:445      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   width   

layer-list可以将多个图片按照顺序层叠起来。 

item属性有:

bubuko.com,布布扣

 如

bubuko.com,布布扣 和 bubuko.com,布布扣   叠加为:bubuko.com,布布扣

语法:faceleft.xml

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  <item android:drawable="@drawable/a"></item>
 <item android:drawable="@drawable/b"></item>
</layer-list>

引用:

 <ImageView
  android:layout_width="wrap_content"
  android:layout_height="wrap_content"
  android:background="@drawable/faceleft" />

Android:res之layer-list图片叠加,布布扣,bubuko.com

Android:res之layer-list图片叠加

标签:android   style   blog   http   color   width   

原文地址:http://www.cnblogs.com/tinyphp/p/3835943.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!