冲刺一(1)

冲刺一(1),第1张

概述今天是团队正式开始冲刺的第一天,大家精神头还是很足的,但是遇到问题,对于各自负责的功能都不是很熟练,于是就一边学习一边开发以下是我们的初步的部分登录界面代码,后期仍会改进<?xml version="1.0" encoding="utf-8"?><RelativeLayout xmlns:android="http://schemas.android.c

今天是团队正式开始冲刺的第一天,大家精神头还是很足的,但是遇到问题,对于各自负责的功能都不是很熟练,于是就一边学习一边开发

以下是我们的初步的部分登录界面代码,后期仍会改进

<?xml version="1.0" enCoding="utf-8"?>
<relativeLayout 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:background="#eeeeee"
    tools:context=".MainActivity">

    <relativeLayout
        androID:ID="@+ID/rl_loginactivity_top"
        androID:layout_wIDth="match_parent"
        androID:layout_height="70dp"
        androID:background="@color/color_minefragment_top" >

        <ImageVIEw
            androID:ID="@+ID/iv_loginactivity_back"
            androID:layout_wIDth="30dp"
            androID:layout_height="30dp"
            androID:layout_alignParenttop="true"
            androID:layout_marginleft="10dp"
            androID:layout_margintop="20dp"
            androID:background="@drawable/ic_left_back"
            androID:clickable="true"
            androID:onClick="onClick" />

        <TextVIEw
            androID:ID="@+ID/tv_loginactivity_login"
            androID:layout_wIDth="wrap_content"
            androID:layout_height="wrap_content"
            androID:text="登录"
            androID:textcolor="#fff"
            androID:textSize="20dp"
            androID:layout_toRightOf="@+ID/iv_loginactivity_back"
            androID:layout_centerVertical="true"
            androID:layout_marginleft="20dp"
            />

总结

以上是内存溢出为你收集整理的冲刺一(1)全部内容,希望文章能够帮你解决冲刺一(1)所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/web/1058642.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-25
下一篇 2022-05-25

发表评论

登录后才能评论

评论列表(0条)

保存