如何在 android 中装饰编辑文本? [关闭]
Posted
技术标签:
【中文标题】如何在 android 中装饰编辑文本? [关闭]【英文标题】:How to Decorate Edit Texts in android? [closed] 【发布时间】:2021-05-27 12:55:55 【问题描述】:我一直在尝试设计一个类似于上面image 形状的编辑文本...谁能告诉我如何创建这个形状?
【问题讨论】:
请发布您迄今为止尝试过的内容,让其他人更容易开始帮助 使用TexInputLayoutEditText来实现这个设计 【参考方案1】:你可以在你的 layout.xml 中使用它
<com.google.android.material.textfield.TextInputLayout
android:id="@+id/outlinedTextField"
android:layout_
android:layout_
android:hint="@string/label"
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox">
<com.google.android.material.textfield.TextInputEditText
android:layout_
android:padding="8dp"
android:layout_
/>
</com.google.android.material.textfield.TextInputLayout>
【讨论】:
也请投票以上是关于如何在 android 中装饰编辑文本? [关闭]的主要内容,如果未能解决你的问题,请参考以下文章
我想在一个类中装饰一个方法但不编辑class.py——里面有细节