本文主要是介绍仿微信备注 editext下划线,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" ><item><shape><solid android:color="@color/btn_blue" /></shape></item><!-- main color --><itemandroid:bottom="1.5dp"android:left="1.5dp"android:right="1.5dp"><shape><solid android:color="@color/white" /></shape></item><!-- draw another block to cut-off the left and right bars --><item android:bottom="10.0dp"><shape><solid android:color="@color/white" /></shape></item></layer-list>
这篇关于仿微信备注 editext下划线的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!