团队博客-第二阶段冲刺-Day2
团队博客-第二阶段冲刺-Day2
团队任务
完成图片转表格app(TransformMine)的开发
1.统一,简约,漂亮的前端界面
2.完成用户主要功能的开发
3.优化用户体验
4.定时团队任务进行团队任务完成情况的审查
今日完成任务
1.制作主要的fragment
2.配置接口需要的环境
今日团队任务关键代码:
<?xml version="1.0" encoding="utf-8"?> <com.scwang.smart.refresh.layout.SmartRefreshLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" style="@style/PullDownStyle" android:background="?attr/xui_config_color_background"> <androidx.core.widget.NestedScrollView style="@style/ScrollViewStyle"> <LinearLayout android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" android:paddingTop="50dp"> <com.xuexiang.xui.widget.imageview.crop.CropImageView android:id="@+id/crop_image_view" android:layout_width="match_parent" android:layout_height="400dp" app:civ_imageResource="@null" /> <com.xuexiang.xui.widget.textview.supertextview.SuperButton android:id="@+id/btn_upload" style="@style/SuperButton.Primary.Login" android:layout_marginTop="16dp" android:layout_width="match_parent" android:layout_height="match_parent" android:text="上传照片" android:textSize="26sp"/> </LinearLayout> </androidx.core.widget.NestedScrollView> </com.scwang.smart.refresh.layout.SmartRefreshLayout>
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:background="?attr/xui_config_color_background" android:orientation="vertical"> <TextView android:layout_width="match_parent" android:layout_height="wrap_content" android:text="TransformMine图像表格化构建" android:textSize="26sp" android:gravity="center" android:layout_marginTop="30dp"/> <com.xuexiang.xui.widget.textview.supertextview.SuperButton android:id="@+id/btn_transform" style="@style/SuperButton.Primary.Login" android:layout_marginTop="160dp" android:text="表格化构建" android:textSize="20sp" /> </LinearLayout>
作者:冰稀饭Aurora
出处:https://www.cnblogs.com/rsy-bxf150/p/17403092.html
版权:本作品采用「署名-非商业性使用-相同方式共享 4.0 国际」许可协议进行许可。
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 25岁的心里话
· 闲置电脑爆改个人服务器(超详细) #公网映射 #Vmware虚拟网络编辑器
· 零经验选手,Compose 一天开发一款小游戏!
· 因为Apifox不支持离线,我果断选择了Apipost!
· 通过 API 将Deepseek响应流式内容输出到前端