fix: 充电站充电桩数据挂接错误的问题,修改金融机构表,修改其他bug
This commit is contained in:
@@ -98,17 +98,17 @@
|
||||
android:layout_centerVertical="true"
|
||||
style="@style/user_text_style"
|
||||
/>
|
||||
|
||||
<Button
|
||||
android:id="@+id/btn_gathering"
|
||||
style="@style/user_style"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:text="去绑定"
|
||||
android:textColor="#fff"
|
||||
style="@style/user_style"
|
||||
android:layout_centerVertical="true"
|
||||
/>
|
||||
android:textColor="#fff" />
|
||||
</RelativeLayout>
|
||||
|
||||
<View
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
android:layout_marginRight="30dp"
|
||||
android:background="@null"
|
||||
android:hint="银行卡号"
|
||||
android:digits="1234567890"
|
||||
android:inputType="number"
|
||||
android:maxLength="19"
|
||||
android:textSize="16sp"
|
||||
app:layout_constraintTop_toTopOf="@+id/tv_creditNumbers"
|
||||
|
||||
Reference in New Issue
Block a user