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

android 中layer-list的用法

时间:2014-10-10 22:29:04      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:android   style   blog   http   color   io   文件   sp   div   

1.可以将多个图片按照顺序层叠起来

 

2.在drawable下建立一个xml文件

<?xml version="1.0" encoding="UTF-8"?>    
 <layer-list    
   xmlns:android="http://schemas.android.com/apk/res/android">   
    <!--图片1-->  
     <item android:id="@+id/user_faceback_drawable"  
           android:drawable="@drawable/faceback" />    
    <!--图片2-->  
     <item android:id="@+id/user_face_drawable"   
           android:drawable="@drawable/h001"     
           android:left="10.0dip"   
           android:top="18.0dip"   
           android:right="25.0dip"   
           android:bottom="35.0dip" />    
 </layer-list>   
<!--2个图片的叠加-->  

3.效果图

  bubuko.com,布布扣         +         bubuko.com,布布扣           =           bubuko.com,布布扣

android 中layer-list的用法

标签:android   style   blog   http   color   io   文件   sp   div   

原文地址:http://www.cnblogs.com/butterfly-clover/p/4016548.html

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