当前位置:   article > 正文

HarmonyOS开发31:TextField文本输入框组件高级用法_textfield utf-8

textfield utf-8

参考TextField常见属性

ability_main.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:background_element="#F2F2F2"
    ohos:orientation="vertical"
    >

    <TextField
        ohos:height="50vp"
        ohos:width="319vp"
        ohos:basement="#000000"
        ohos:element_cursor_bubble="$media:bubble"
        ohos:element_selection_left_bubble="$media:left"
        ohos:element_selection_right_bubble="$media:right"
        ohos:hint="请输入信息"
        ohos:hint_color="#999999"
        ohos:layout_alignment="horizontal_center"
        ohos:selection_color="#FF0000"
        ohos:text_alignment="center"
        ohos:text_size="17fp"
        ohos:top_margin="100vp"
        />

    <!--ohos:text_input_type="pattern_password"-->
</DirectionalLayout>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27

把以下三张图片放到media文件夹当中,进行提示气泡的设置
请添加图片描述请添加图片描述请添加图片描述
效果:
在这里插入图片描述

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/我家小花儿/article/detail/322102?site
推荐阅读
相关标签