【鸿蒙】鸿蒙App应用-《记账软件》登录,注册,找回密码功能

1.登录功能

【鸿蒙】鸿蒙App应用-《记账软件》开发步骤欢迎引导页进入之后,完成登录功能。界面效果如图

2.布局文件的搭建

在layout文件夹下新建xml文件,布局代码如下:

<?xml version="1.0" encoding="utf-8"?>
<DirectionalLayout
    xmlns:ohos="http://schemas.huawei.com/res/ohos"
    ohos:height="match_parent"
    ohos:width="match_parent"
    ohos:orientation="vertical">

    <Text
        ohos:height="match_content"
        ohos:background_element="#FFDA44"
        ohos:width="match_parent"
        ohos:text="登 录"
        ohos:padding="1

猜你喜欢

转载自blog.csdn.net/u010321564/article/details/119954330
今日推荐