对于editext,可以说现在app中都是必不可少的,这里推出的Editext背景设置,可以设置Editext 圆角、 背景色 、 下划线颜色,应有尽有,打造了全能王系列
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle" >
<gradient
android:endColor="#ff7200"
android:startColor="#ff7200" />
</shape>
</item>
<item android:bottom="2dp">
<shape android:shape="rectangle" >
<gradient
android:endColor="#eeeeee"
android:startColor="#eeeeee" />
</shape>
</item>
</layer-list>
本文介绍了一种自定义EditText组件的方法,包括设置圆角、背景色及下划线颜色,提供了详细的XML配置示例,帮助开发者轻松打造个性化输入框。
3916

被折叠的 条评论
为什么被折叠?



