dependencies {
implementation 'com.github.OneGreenHand:CompanyEdittext:v1.0'
}
ce_text:文本
ce_text_color:文本颜色
<com.green.hand.library.CompanyEdittext
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="剩余可提现7500元"
android:inputType="number"
android:paddingTop="10dp"
android:paddingBottom="10dp"
app:ce_text="元"
app:ce_text_color="#CCCCCC" />