更改 Android 中编辑文本框的外观
我想改变编辑文本视图的外观...我找到了一些答案,但它们以某种方式无法解决我的目的... 请各位提供解决方案。
I want to change the way the edit text view looks like... I have found a few answers but they somehow don't solve my purpose...
Please kindly provide solutions.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
只是为了使上面的注释更清楚一些:
您应该在可绘制对象中创建一个文件。
例如:textinputborder.xml ..
然后将以下边框形状和颜色代码添加到该文件:
然后根据需要将此形状用于活动 xml 文件内的编辑文本小部件:
Just to make the comments above a bit clearer:
You should create a file in drawables.
e.g: textinputborder.xml..
Then add the following code for the border shape and color to that file:
Then use this shape for the edit text widget inside an activity xml file as required:
尝试 。
您可以执行以下操作来制作圆形编辑框:
在值文件夹中制作 styles.xml。
然后你可以在 xml 中使用它,如下所示:
Try .
You can do something like this to make a rounded edit box:
Make styyles.xml in values folder.
You can then use it in xml like :
1.为EditText创建背景Drawable
2.设置 EditText
1. Creating Background Drawable for EditText
2. Setting up EditText