3.21
第十二天 | |
所花时间 | 3h |
代码量 | 150行 |
博客量 | 1篇 |
所学的知识 | 完成学习记录的制作 |
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:padding="16dp" tools:context=".list"> <TimePicker android:id="@+id/startTimePicker" android:layout_width="363dp" android:layout_height="133dp" android:timePickerMode="spinner" /> <TimePicker android:id="@+id/endTimePicker" android:layout_width="363dp" android:layout_height="133dp" android:timePickerMode="spinner" /> <EditText android:id="@+id/studyEditText" android:layout_width="364dp" android:layout_height="133dp" android:hint="请输入今日学习记录" /> <Button android:id="@+id/saveButton" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="center" android:text="打卡" /> </LinearLayout>
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 全程不用写代码,我用AI程序员写了一个飞机大战
· DeepSeek 开源周回顾「GitHub 热点速览」
· 记一次.NET内存居高不下排查解决与启示
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· .NET10 - 预览版1新功能体验(一)