123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- <?xml version="1.0" encoding="utf-8"?>
- <!-- The right region end int the same step start -->
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent"
- android:orientation="vertical" >
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_content_activity_area"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_balance_pay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:visibility="gone" >
- </LinearLayout>
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_channel_pay"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical">
- <!-- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_recommend_payment"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:orientation="vertical" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/bdp_paycenter_tv_recommend_payment_mode_select"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/bdp_paycenter_recommend_pay_mode_select"
- android:textColor="#333333"
- android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_recommend_content"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- </LinearLayout>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_paymode"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_marginTop="8dp"
- android:orientation="vertical" >
-
- <LinearLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content" >
-
- <TextView
- android:id="@+id/bdp_paycenter_tv_payment_mode_select"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/bdp_paycenter_pay_mode_select"
- android:textColor="#333333"
- android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
-
- <LinearLayout
- android:id="@+id/bdp_paycenter_layout_other_mode_select"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:gravity="center_vertical"
- android:orientation="horizontal"
- android:visibility="gone" >
-
- <TextView
- android:id="@+id/bdp_paycenter_tv_payment_other_mode_select"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="@string/bdp_paycenter_recommend_pay_other_mode_select"
- android:textColor="#333333"
- android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
- </LinearLayout>
- </LinearLayout>
-
- <LinearLayout
- android:id="@+id/bdp_center_paymode_content"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical" >
- </LinearLayout>
- </LinearLayout> -->
- </LinearLayout>
- </LinearLayout> <!-- The right region end int the same step end -->
|