首页 > 其他分享 >腾讯公益赛个人冲刺博客3(2024.4.25)

腾讯公益赛个人冲刺博客3(2024.4.25)

时间:2024-05-06 13:22:53浏览次数:18  
标签:25 2024.4 公益 博客 冲刺 腾讯

今天做了帮扶功能的添加界面的雏形,以后可能还需要完善

问题:一开始在想用不用网格布局,后来结合着改了一下

明天做后端

<?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:id="@+id/main"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#B1ED89"
    android:orientation="vertical"
    tools:context=".Help2">

    <TextView
        android:id="@+id/textView_time"
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_marginTop="16dp"
        android:layout_weight="1"
        android:gravity="center"
        android:text="帮扶 "
        android:textColor="#1C1602"
        android:textSize="48sp" />

    <EditText
        android:id="@+id/etRequest"
        android:layout_width="380dp"
        android:layout_height="179dp"
        android:background="#8ACCCC"
        android:layout_marginTop="10dp"
        android:layout_marginLeft="15dp"
        android:layout_marginRight="15dp"
        android:gravity="center"
        android:text="帮扶要求:"
        android:layout_marginBottom="40dp"
        android:textColor="#000000"
        android:textSize="30sp" />


    <EditText
        android:id="@+id/etPlace"
        android:layout_width="300dp"
        android:layout_height="72dp"
        android:layout_marginLeft="50dp"
        android:layout_marginRight="20dp"
        android:layout_row="1"
        android:layout_column="1"
        android:text="需要帮扶的位置:"
        android:gravity="center"
        android:layout_marginBottom="80dp"
        android:background="#D1BFF3"
        android:textColor="#000000"
        android:textSize="20sp"
        app:layout_constraintTop_toBottomOf="@id/etRequest" />
    <EditText
        android:id="@+id/etMoney"
        android:layout_marginLeft="10dp"
        android:layout_width="105dp"
        android:layout_height="35dp"
        android:layout_row="1"
        android:layout_column="1"
        android:text="支付金额:"
        android:gravity="center"
        android:layout_marginBottom="40dp"
        android:background="#EFD704"
        android:textColor="#000000"
        android:textSize="16sp"
        app:layout_constraintTop_toBottomOf="@id/etMoney" />


    <GridLayout
        android:layout_width="match_parent"
        android:layout_height="0dp"
        android:layout_weight="2"
        android:columnCount="2"
        android:rowCount="2">


        <Button
            android:id="@+id/btnAdd"
            android:layout_width="match_parent"
            android:layout_height="43dp"
            android:layout_marginLeft="100dp"
            android:layout_marginRight="100dp"
            android:layout_row="0"
            android:layout_column="0"
            android:layout_columnWeight="1"
            android:background="#3B9A96"
            android:gravity="center"
            android:text="确定"
            android:textColor="#000000"
            android:textSize="20sp" />


    </GridLayout>

</LinearLayout>

 

标签:25,2024.4,公益,博客,冲刺,腾讯
From: https://www.cnblogs.com/Sunyiran/p/18174833

相关文章

  • 腾讯公益赛个人冲刺博客4(2024.4.26)
    今天完善了帮扶程序的后端,实现了后端的增和查询packagecom.example.helppeople;importandroid.annotation.SuppressLint;importandroid.content.Intent;importandroid.os.Bundle;importandroidx.appcompat.app.AppCompatActivity;importcom.example.helppeople.R;......
  • 腾讯公益赛个人冲刺博客5(2024.4.29)
    今天调整了帮扶功能前端页面,略微比之前好看了一些<?xmlversion="1.0"encoding="utf-8"?><LinearLayoutxmlns:android="http://schemas.android.com/apk/res/android"xmlns:app="http://schemas.android.com/apk/res-auto"xmlns:to......
  • 腾讯公益赛冲刺个人博客1(2024.4.23)
    今天确定了组内第一阶段的任务是基本完成sos和帮扶两个核心功能以及登录注册等常规功能完成登录和注册的基本页面以及数据库的设计packagecom.example.helppeople.entity;publicclassStudent{privateStringid;privateStringname;privateStringphon......
  • LeetCode 2597. The Number of Beautiful Subsets
    原题链接在这里:https://leetcode.com/problems/the-number-of-beautiful-subsets/description/题目:Youaregivenanarray nums ofpositiveintegersanda positive integer k.Asubsetof nums is beautiful ifitdoesnotcontaintwointegerswithanabsolut......
  • 腾讯公益赛冲刺团队博客2(2024.4.24)
    未完成sos、帮扶、社交、在线医生四个功能进行中百度地图权限申请和登录注册后的主界面已完成登录注册基本内容 ......
  • 腾讯公益赛冲刺团队博客4(2024.4.26)
    未完成sos功能后端,在线医生、社交功能进行中帮扶功能的后端已完成sos、帮扶前端、登录注册、主页  ......
  • 腾讯公益赛冲刺团队博客6(2024.4.30)
    未完成sos后端、在线医生、聊天室进行中百度地图今天通过申请,开始进行sos后端已完成sos前端、帮扶全部、登录注册和主页  ......
  • 腾讯公益赛团队冲刺博客5(2024.4.29)
    未完成sos后端、在线医生、聊天室进行中细化帮扶功能的后端和数据库,调整前端页面已完成sos第一个页面、帮扶前端,登陆注册、主页 ......
  • 腾讯公益赛团队冲刺博客8(2024.5.2)
    未完成sos弹窗功能,在线医生、聊天室进行中sos弹窗功能已完成sos查看地图功能与弹窗功能、帮扶、登录注册、主页  ......
  • 腾讯公益赛团队冲刺博客7(2024.5.1)
    未完成sos地图定位功能和弹窗功能,在线医生、聊天室进行中sos的定位功能已完成sos的查看地图功能、帮扶、登录注册、主页  ......