首页 > 其他分享 >阶段2冲刺

阶段2冲刺

时间:2023-06-11 11:44:31浏览次数:39  
标签:layout 冲刺 height width 200dp 阶段 android id

阶段冲刺二

今日继续优化测试代码

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">

<LinearLayout
android:layout_width="match_parent"
android:orientation="horizontal"
android:layout_height="wrap_content">

<ImageView
android:id="@+id/iv_register_image"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_weight="1"
android:maxHeight="200dp"
android:minHeight="100dp" />

<ImageView
android:id="@+id/iv_recognize_image"
android:layout_width="200dp"
android:layout_height="200dp"
android:layout_weight="1"
android:maxHeight="200dp"
android:minHeight="100dp" />

</LinearLayout>

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal">

<Button
android:layout_width="150dp"
android:layout_height="50dp"
android:layout_weight="1"
android:layout_marginLeft="30dp"
android:layout_marginRight="10dp"
android:background="@drawable/angle_button"
android:onClick="addRegisterImage"
android:text="添加注册照"
android:textColor="@android:color/white"
android:textSize="20sp" />

<Button
android:layout_width="150dp"
android:layout_height="50dp"
android:layout_weight="1"
android:layout_marginLeft="10dp"
android:layout_marginRight="30dp"
android:background="@drawable/angle_button"
android:onClick="addRecognizeImage"
android:text="添加识别照"
android:textColor="@android:color/white"
android:textSize="20sp" />

</LinearLayout>

<TextView
android:id="@+id/tv_similar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="50dp"
android:text="相似度:--"
android:textColor="@android:color/black"
android:textSize="26sp" />


<Button
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginTop="200dp"
android:layout_marginLeft="80dp"
android:layout_marginRight="80dp"
android:background="@drawable/angle_button"
android:onClick="faceCompare"
android:text="人脸比对"
android:textColor="@android:color/white"
android:textSize="20sp" />

 

标签:layout,冲刺,height,width,200dp,阶段,android,id
From: https://www.cnblogs.com/fuchuchu/p/17472740.html

相关文章

  • 冲刺报告
     准备工作会议视频-F4活动小组-博客园(cnblogs.com)冲刺日志合集站立会议(第七天)-F4活动小组-博客园(cnblogs.com)贡献比姓名贡献排名郭永辉1郑照凡2冉子旭3徐恒智4博客园编写:郑照凡原型界面:冉子旭,徐恒智类图及分......
  • 冲刺1
    、我昨天的成就(完成了哪个任务,花了多少时间,还剩余多少时间)昨天试了一下微搭平台,做了几个简单的表单提交app,用了里面的模板,感觉还可以2、遇到什么困难微搭应用不熟练3、今天的任务。用微搭搭一下目的软件框架4、团队成员的工作如果是开发工作必须有代码签入(截屏);......
  • 2023冲刺国赛模拟 15.1
    T1计数首先考虑计数有标号可重叠的方案数,容易发现此时\(x,y\)两维独立,因此考虑其中\(1\)维,设\(f_{i,j}\)表示此时考虑到第\(i\)对左右边界\((x_{i,1},x_{i,2})\),离散化后的\(x\)坐标形成了\(j\)个点时的方案数,容易发现此时数轴上存在\(j\)个点,以及\(j+1\)个空......
  • MySQL 事务的两阶段提交
     什么是事务事务是数据库中一组原子性的操作,要么全部成功,要么全部失败。事务具有四个特性,即原子性(Atomicity)、一致性(Consistency)、隔离性(Isolation)和持久性(Durability),简称ACID。在MySQL中,我们可以使用 begin 或 starttransaction 命令开启一个事务,使用 commit 命令......
  • 9、Dockerfile指令与指令运行的阶段
    Dockerfile指令FROM(指定基础镜像)LABEL(贴标签)RUN(执行shell命令)ENV(设置环境变量,全局可用,但只能放在FROM后面)COPY(复制文本)ADD(复制和解包文件)CMD(容器启动命令)ENTRYPOINT(入口点,搭配脚本做初始化)ARG(在build阶段设置环境变量,可放在FROM前面,供FROM引用变量)VOLUME(匿名卷......
  • 第二阶段4
    站立会议内容:1.整个项目预期的任务量:480目前已经花的时间:4剩余的时间:93.团队照片: 4.产品状态:  进行中。最新做好的功能:正在完成中5.燃尽图: ......
  • 第二阶段3
    站立会议内容:1.整个项目预期的任务量:480目前已经花的时间:4剩余的时间:103.团队照片: 4.产品状态:  进行中。最新做好的功能:正在完成中5.燃尽图: ......
  • 第二阶段6
    站立会议内容:1.整个项目预期的任务量:480目前已经花的时间:4剩余的时间:73.团队照片: 4.产品状态:  进行中。最新做好的功能:正在完成中5.燃尽图: ......
  • 第二阶段5
    站立会议内容:1.整个项目预期的任务量:480目前已经花的时间:4剩余的时间:83.团队照片: 4.产品状态:  进行中。最新做好的功能:正在完成中5.燃尽图: ......
  • 第二阶段2
    站立会议内容:1.整个项目预期的任务量:480目前已经花的时间:4剩余的时间:113.团队照片: 4.产品状态:  进行中。最新做好的功能:正在完成中5.燃尽图: ......