| | |
| | | android:text="" |
| | | android:textColor="#333333" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | <!-- 卡状态 --> |
| | |
| | | android:background="@drawable/edit_text_bg" |
| | | android:hint="请输入充值金额" |
| | | android:inputType="numberDecimal" |
| | | android:digits="0123456789." |
| | | android:maxLength="10" |
| | | android:padding="12dp" |
| | | android:textSize="14sp" |
| | | android:maxLines="1" /> |
| | |
| | | android:background="@drawable/edit_text_bg" |
| | | android:hint="赠送金额(选填)" |
| | | android:inputType="numberDecimal" |
| | | android:digits="0123456789." |
| | | android:maxLength="10" |
| | | android:padding="12dp" |
| | | android:textSize="14sp" |
| | | android:maxLines="1" /> |