mch_my_et_bg.xml
310 字节
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:topLeftRadius="4dp"
android:bottomLeftRadius="4dp"
android:topRightRadius="0dp"
android:bottomRightRadius="0dp"></corners>
<solid android:color="#ffffff"></solid>
</shape>