gpt4 book ai didi

android - 如何在编辑文本的边框上书写

转载 作者:太空宇宙 更新时间:2023-11-03 10:28:16 25 4
gpt4 key购买 nike

我需要创建一个编辑文本,其中包含一些与该文本框相关的文本。怎么做。虽然有一些方法可以通过 HTML。但我不知道如何在 android 中做到这一点。任何人都可以为此建议我一些东西。为清楚起见,我提供了我的要求的示例照片。

任何帮助将不胜感激

enter image description here .....

最佳答案

你可以通过这种方式实现类似的目标,

    <RelativeLayout android:layout_width="fill_parent"
android:id="@+id/myLayout1" android:layout_height="wrap_content">

<EditText android:text="EditText" android:id="@+id/editText1" android:layout_marginTop="5dp"
android:layout_width="fill_parent" android:layout_height="wrap_content">
</EditText>

<TextView android:text="TextView" android:id="@+id/textView3" android:layout_marginLeft="10dp" android:textColor="#000000" android:background="#FFFFFF"
android:layout_width="wrap_content" android:layout_height="wrap_content">
</TextView>

</RelativeLayout>

Image of my testing

关于android - 如何在编辑文本的边框上书写,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9783978/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com