| | |
| | | android:background="@color/white"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerVertical="true" |
| | | android:layout_marginStart="14dp" |
| | | android:text="到账银行卡" |
| | | android:text="到账支付宝" |
| | | android:textColor="#ff333333" |
| | | android:textSize="14sp" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_select_card" |
| | | android:layout_width="wrap_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_alignParentEnd="true" |
| | | android:layout_centerVertical="true" |
| | | android:layout_toEndOf="@id/tv_1" |
| | | android:layout_marginEnd="14dp" |
| | | android:gravity="end" |
| | | android:drawableEnd="@mipmap/more_black" |
| | | android:drawablePadding="10dp" |
| | | android:hint="选择银行卡" |
| | | android:hint="选择支付宝账号" |
| | | android:textColor="#ff333333" |
| | | android:textSize="14sp" |
| | | android:textStyle="bold" /> |
| | |
| | | <include layout="@layout/include_line_14" /> |
| | | |
| | | <LinearLayout |
| | | android:visibility="gone" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="50dp" |
| | | android:background="@color/white" |