bdp_paycenter_view_merge_pay.xml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/bdp_paycenter_layout_balance_pay"
  4. android:layout_width="match_parent"
  5. android:layout_height="40dp"
  6. android:layout_gravity="center"
  7. android:gravity="center"
  8. android:orientation="vertical" >
  9. <RelativeLayout
  10. android:id="@+id/bdp_paycenter_layout_use_kubi_balance"
  11. android:layout_width="fill_parent"
  12. android:layout_height="fill_parent"
  13. android:layout_gravity="center_vertical"
  14. android:background="@drawable/bdp_paycenter_bg_pay_no_enough"
  15. android:paddingLeft="8dp"
  16. android:paddingRight="8dp" >
  17. <TextView
  18. android:id="@+id/bdp_paycenter_tv_payment_explain"
  19. android:layout_width="fill_parent"
  20. android:layout_height="wrap_content"
  21. android:layout_alignParentLeft="true"
  22. android:layout_centerVertical="true"
  23. android:layout_toLeftOf="@+id/bdp_paycenter_cb_use_kubi"
  24. android:text="@string/bdp_paycenter_use_baidubean_explain"
  25. android:textColor="@color/bdp_color_999999" />
  26. <CheckBox
  27. android:id="@+id/bdp_paycenter_cb_use_kubi"
  28. android:layout_width="24dp"
  29. android:layout_height="24dp"
  30. android:layout_alignParentRight="true"
  31. android:layout_centerVertical="true"
  32. android:background="@drawable/bdp_paycenter_checkbox_baidubean_selector"
  33. android:button="@null" />
  34. </RelativeLayout>
  35. </LinearLayout>