
AutoJs
autojs笔记 案例
夢想家劉雙濤
淦
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
AutoJs数据展示及翻页
最终实现的效果图: 数据展示为每页10条数据,翻页按钮跟随数据的下方 在数据展示中:使用了 list(列表)界面布局,包裹card (卡片)布局 <list id="list"> <card w="*" h="60" margin="10 2 2 10" cardCornerRadius="2dp" cardElevation="1dp" foreground="?selectableItemBackground"> <horizontal gravi原创 2022-04-27 10:59:41 · 1482 阅读 · 1 评论 -
autojs时间选择器
"ui"; ui.layout( <scroll> <vertical > <text id="timepickerText" text="时钟样式时间选择: " textColor="black" textSize="16sp" marginTop="16" /> <timepicker id="timepicker" /> <text id="time原创 2021-07-28 11:53:15 · 1831 阅读 · 1 评论