首页 > 其他 > 详细

DUILIB 界面基本知识

时间:2016-02-28 18:28:28      阅读:156      评论:0      收藏:0      [点我收藏+]

normalimage="file=‘btn_open_mini.png‘ source=‘0,0,24,18‘"

source :

1. 一张图片包含四种状态

2. normal image 截取‘btn_open_mini.png‘图片当中left, top ,right, bottom,[0,0,24,18]的区域,也就是第一种状态

hotimage="file=‘btn_open_mini.png‘ source=‘25,0,49,18‘"

3. hot image 截取btn_open_mini.png, 当中第二种状态是从24+1(加一个像素是原图片上面有一个分隔线)

总结:

btn_open_mini.png大小 83*40

其是四种状态40*40 加上3条分隔线 ==> 83

 

float="true" pos="7,18,0,0" width="24" height="18"

float 为true即绝对布局

pos :控件从left, top :7,18开始布局,right ,bottom 为0,0则很width, height属性值,

则right = left + width, bottom = top + height

DUILIB 界面基本知识

原文:http://www.cnblogs.com/pengxinglove/p/5225213.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!