/*
软件作者:https://xuhss.com/oxox/pro
*/
"ui";
ui.layout(
<vertical>
<list id="todoList">
<card w="*" h="70" margin="10 5" cardCornerRadius="2dp"
cardElevation="1dp" foreground="?selectableItemBackground">
<horizontal gravity="center_vertical">
<View bg="{{this.color}}" h="*" w="10" />
<vertical padding="10 8" h="auto" w="0" layout_weight="1">
<text id="title" text="{{this.title}}" textColor="#222222" textSize="16sp" maxLines="1" />
<text text="{{this.summary}}" textColor="#999999" textSize="14sp" maxLines="1" />
</vertical>
<checkbox id="done" marginLeft="4" marginRight="6" checked="{{this.done}}" />
</horizontal>
</card>
</list>
</vertical>);
ty("枫叶", "sjdj")
function ty(title, summary) {
todoList.push({
title: title,
summary: summary,
color: materialColors[random(0, materialColors.length - 1)]
});
}
[虚幻私塾】
- 粉丝: 337
- 资源: 1558
最新资源
- 中医眼科全书 眼科药物纂要.pdf
- 中医眼科全书 眼科证治要诀.pdf
- SSM-HTML5酒店预订宾馆客房入住管理系统
- 多店进销存管理系统源码本源码亲测可用 开发环境为Visual Studio 2010,数据库为SQL2008R2,使用.net 4.0开发 采用ASP.NET MVC3.0+三层架构模式源码描述:
- packetTracer8.0
- 中医诊疗要览(增订本)大塚敬节1953.pdf
- 重庆堂随笔.pdf
- 竹棠医镜.pdf
- 著名蜀医卢铸之生平及学术思想.PDF
- 著园医药合刊.pdf
- 自学中医之路丛书04诊法概要.pdf
- 自学中医之路丛书03脏腑经络学说.pdf
- 自学中医之路丛书05八纲与八法.pdf
- 自学中医之路丛书09心病辨治.pdf
- 自学中医之路丛书12肺病辨治.pdf
- 自学中医之路丛书11脾病辨治.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈