123456789101112131415161718192021222324252627282930313233343536373839 |
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/bdp_paycenter_layout_balance_pay"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:orientation="vertical" >
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="40dp"
- android:layout_gravity="center_vertical"
- android:gravity="center_vertical"
- android:paddingBottom="4dp"
- android:paddingLeft="8dp"
- android:paddingRight="8dp"
- android:paddingTop="4dp" >
- <TextView
- android:id="@+id/bdp_paycenter_tv_use_balance"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="@string/bdp_paycenter_use_baidubean_enough"
- android:textColor="@color/bdp_color_999999" />
- </LinearLayout>
- <Button
- android:id="@+id/bdp_paycenter_btn_balance_pay"
- android:layout_width="fill_parent"
- android:layout_height="38dp"
- android:layout_marginTop="8dp"
- android:layout_marginLeft="15dp"
- android:layout_marginRight="15dp"
- android:background="@drawable/bdp_paycenter_btn_pay_confirm_selector"
- android:gravity="center"
- android:text="@string/bdp_paycenter_btn_string_pay"
- android:textColor="#ffffff"
- android:textSize="@dimen/bdp_paycenter_text_size_16_sp" />
- </LinearLayout>
|