2020.9.20

2020.9.20,第1张

概述<RelativeLayoutxmlns:android="http://schemas.android.com/apkes/android"   xmlns:tools="http://schemas.android.comools"   android:layout_width="match_parent"   android:layout_height="match_parent"   andro

<relativeLayout 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:paddingBottom="@dimen/activity_vertical_margin"
    androID:paddingleft="@dimen/activity_horizontal_margin"
    androID:paddingRight="@dimen/activity_horizontal_margin"
    androID:paddingtop="@dimen/activity_vertical_margin"
    tools:context=".MainActivity" >

    <button
        androID:ID="@+ID/btn1"
        androID:layout_wIDth="wrap_content"
        androID:layout_height="wrap_content"
        androID:layout_alignleft="@+ID/btn2"
        androID:layout_below="@+ID/btn2"
        androID:layout_margintop="18dp"
        androID:gravity="center"
        androID:onClick="aaa"
        androID:text="按钮1"
        androID:textcolor="#fff79e38"
        androID:textSize="25sp"
        androID:textStyle="italic" />

    <button
        androID:ID="@+ID/btn2"
        androID:layout_wIDth="wrap_content"
        androID:layout_height="wrap_content"
        androID:layout_alignleft="@+ID/tv1"
        androID:layout_below="@+ID/TextVIEw01"
        androID:layout_margintop="22dp"
        androID:gravity="center"
        androID:onClick="bbb"
        androID:text="按钮2"
        androID:textcolor="#fff79e38"
        androID:textSize="25sp"
        androID:textStyle="italic" />

    <TextVIEw
        androID:ID="@+ID/tv1"
        androID:layout_wIDth="wrap_content"
        androID:layout_height="wrap_content"
        androID:layout_above="@+ID/TextVIEw01"
        androID:layout_centerHorizontal="true"
        androID:layout_marginBottom="25dp"
        androID:gravity="center"
        androID:text="用户名:"
        androID:textcolor="#fff79e38"
        androID:textSize="25sp"
        androID:textStyle="italic" />

    <TextVIEw
        androID:ID="@+ID/TextVIEw01"
        androID:layout_wIDth="wrap_content"
        androID:layout_height="wrap_content"
        androID:layout_alignParenttop="true"
        androID:layout_alignRight="@+ID/btn2"
        androID:layout_margintop="70dp"
        androID:gravity="center"
        androID:text="密码:"
        androID:textcolor="#fff79e38"
        androID:textSize="25sp"
        androID:textStyle="italic" />

</relativeLayout>

总结

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

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

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

原文地址:https://54852.com/web/1060197.html

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

发表评论

登录后才能评论

评论列表(0条)

    保存