| | |
| | | android:orientation="horizontal"> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/orderLL" |
| | | android:id="@+id/BSCardLL" |
| | | android:layout_width="0dp" |
| | | android:layout_height="50dp" |
| | | android:layout_weight="1" |
| | |
| | | android:layout_height="33dp"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/orderImg" |
| | | android:id="@+id/BSCardImg" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="25dp" |
| | | android:layout_marginTop="8dp" |
| | |
| | | </RelativeLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/orderText" |
| | | android:id="@+id/BSCardText" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="3dp" |
| | |
| | | </LinearLayout> |
| | | |
| | | <FrameLayout |
| | | android:id="@+id/mapLL" |
| | | android:id="@+id/rechargeLL" |
| | | android:layout_width="0dp" |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | |
| | | android:orientation="vertical"> |
| | | |
| | | <ImageView |
| | | android:id="@+id/mapImg" |
| | | android:id="@+id/rechargeImg" |
| | | android:layout_width="40dp" |
| | | android:layout_height="40dp" |
| | | android:layout_marginTop="8dp" |
| | | android:src="@drawable/bottom_recharge_white" /> |
| | | |
| | | <TextView |
| | | android:id="@+id/mapText" |
| | | android:id="@+id/rechargeText" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="充值" |