首页 > 其他分享 >冲刺06fragment_reg_chi_fil_inf.xml

冲刺06fragment_reg_chi_fil_inf.xml

时间:2024-06-16 18:43:21浏览次数:10  
标签:xml chi 06fragment inf reg fil

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:padding="10dp"
    tools:context=".fragment.RegChiFilInfFragment">
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:orientation="vertical"
        >
        <TextView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:text="童语者"
            android:textSize="40dp"
            android:layout_marginBottom="25dp"/>

        <EditText
            android:id="@+id/et_chiusername"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hint="用户名"/>
        <EditText
            android:id="@+id/et_chipassword"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hint="密码"/>
        <EditText
            android:id="@+id/et_chiphone"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:hint="手机号码"/>
        <Button
            android:id="@+id/et_chiregisterbut"
            android:layout_margin="10dp"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:background="@drawable/button"
            android:text="注册" />
    </LinearLayout>


</FrameLayout>

 

标签:xml,chi,06fragment,inf,reg,fil
From: https://www.cnblogs.com/aixin52129211/p/18251044

相关文章

  • 一文搞懂LIN节点的State Machine状态机测试
    文章目录一、协议概述1.主机任务状态机2.从机任务状态机二、主机任务状态机测试三、从机任务状态机测试1.测试场景2.问题分析3.结果描述总结在ISO17987中在NetworkManagement章节之前有一节关于StateMachine状态机的描述,初学时看着觉得没什么内容,不过是对节点所......
  • 用idea导入maven在打包之后在web.xml文件找不到src/main/resources文件夹下的资源(已解
    一、产生原因这其实是因为在导入ssm项目时候src/main/resources下的配置文件打包丢失造成的二、解决办法1、在确定maven包都导入情况下,只有资源文件找不到(ps:不能修改绝对路径,否则项目跑不起来) 2、此时的resources文件夹是普通文件夹3、点击项目配置 4、因为之前他只是......
  • Spring中XML的解析过程
    1.AbstractApplicationContext.obtainBeanFactory方法中,模版调用2.AbstractRefreshableApplicationContex.refreshBeanFactory该方法中会创建DefaultListableBeanFactory用于收集BeanDefinition对象会继续模版调用3.AbstractXMLApplicationContext.loadBeanDefinitions方法......
  • 【Qt】xml文件节点读取
    1.xml文件test.xml文件内容<?xmlversion="1.0"encoding="utf-8"?><library> <book1> <id>00000001</id> <name>1111</name> </book1></library>2.代码voidDataXml::read(){ //打开文件......
  • 农历日期-ChineseDate
    介绍农历日期,提供了生肖、天干地支、传统节日等方法。使用构建ChineseDate对象ChineseDate表示了农历的对象,构建此对象既可以使用公历的日期,也可以使用农历的日期。//通过农历构建ChineseDatechineseDate=newChineseDate(1992,12,14);//通过公历构建ChineseDatechine......
  • 发布中文文档类资源仓库-ChineseDocumentPDF
    引言今天中午,排队打饭间隙,刷到新闻,说是:360AILAB-NLP团队开源了中文论文、研报文档场景的轻量化版式分析模型360LayoutAnalysis。面向中文论文及研报两个场景的轻量化版式分析模型已经开源:Github地址:https://github.com/360AILAB-NLP/360LayoutAnalysis,模型权重huggingface地......
  • 视频生成模型 Dream Machine 开放试用;微软将停止 Copilot GPTs丨 RTE 开发者日报 Vol.
       开发者朋友们大家好: 这里是「RTE开发者日报」,每天和大家一起看新闻、聊八卦。我们的社区编辑团队会整理分享RTE(Real-TimeEngagement)领域内「有话题的新闻」、「有态度的观点」、「有意思的数据」、「有思考的文章」、「有看点的会议」,但内容仅代表编......
  • 【高光谱遥感分类论文解读1】Hyperspectral Image Classification Using Group-Aware
    目录一、论文基本信息二、研究背景三、研究方法1.GAHT总体框架2.GPE模块3.Transformer编码模块四、实验本文是博主对原论文的解读,仅代表博主个人观点,欢迎在评论区和我交流~其中,本博文中的图片和公式均来源于原论文,如需进一步了解,请查看原论文。一、论文基本信息......
  • fasterxml ToStringSerializerBase报错
    ToStringSerializerBase报错报错内容整合dubbo时报错Causedby:java.lang.NoClassDefFoundError:com/fasterxml/jackson/databind/ser/std/ToStringSerializerBase atcom.fasterxml.jackson.datatype.jsr310.JavaTimeModule.<init>(JavaTimeModule.java:158)~[jackson-dataty......
  • ECE 5041 Electric Machine
    ECE5041 Electric MachineSpring 2024, Homework 5: 10%        (initial) Submitonesingle pdffileto includeall results.        (initial) Everythingshould betyped. No hand-written resultswill be accepted. ......