gpt4 book ai didi

java - 自定义编辑文本

转载 作者:行者123 更新时间:2023-12-02 05:41:41 24 4
gpt4 key购买 nike

是否有任何库或方法来实现此自定义editTextenter image description here

这是通过在 editText 周围包裹自定义布局来实现的。它位于 textInputLayout

enter image description here

最佳答案

试试这个

  <android.support.design.widget.TextInputLayout
android:layout_marginTop="10dp"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:minWidth="400dp">
<android.support.design.widget.TextInputEditText
android:id="@+id/editTitle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="@string/hint_title_required"/>
</android.support.design.widget.TextInputLayout>

关于java - 自定义编辑文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56133573/

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