bdp_paycenter_layout_accountinfo_nofix.xml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="fill_parent"
  4. android:layout_height="wrap_content"
  5. android:background="#ffffff"
  6. android:orientation="vertical" >
  7. <RelativeLayout
  8. android:layout_width="match_parent"
  9. android:layout_height="43dp" >
  10. <TextView
  11. android:layout_width="wrap_content"
  12. android:layout_height="wrap_content"
  13. android:layout_centerVertical="true"
  14. android:layout_marginLeft="15dp"
  15. android:text="@string/bdp_paycenter_current_account"
  16. android:textColor="@color/bdp_color_999999"
  17. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  18. <TextView
  19. android:id="@+id/bdp_paycenter_tv_current_account"
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:layout_alignParentRight="true"
  23. android:layout_centerVertical="true"
  24. android:layout_marginRight="15dp"
  25. android:textColor="@color/bdp_color_999999"
  26. android:textSize="14sp" />
  27. </RelativeLayout>
  28. <View
  29. android:layout_width="match_parent"
  30. android:layout_height="1px"
  31. android:background="#d8d8d8" />
  32. <RelativeLayout
  33. android:layout_width="match_parent"
  34. android:layout_height="43dp" >
  35. <TextView
  36. android:id="@+id/bdp_paycenter_tv_coin_name"
  37. android:layout_width="wrap_content"
  38. android:layout_height="wrap_content"
  39. android:layout_centerVertical="true"
  40. android:layout_marginLeft="15dp"
  41. android:text="@string/bdp_paycenter_baidubean_balance"
  42. android:textColor="@color/bdp_color_999999"
  43. android:textSize="@dimen/bdp_paycenter_text_size_14_sp" />
  44. <TextView
  45. android:id="@+id/bdp_paycenter_tv_kubi_balance"
  46. android:layout_width="wrap_content"
  47. android:layout_height="wrap_content"
  48. android:layout_alignParentRight="true"
  49. android:layout_centerVertical="true"
  50. android:layout_marginRight="15dp"
  51. android:textColor="@color/bdp_color_999999"
  52. android:textSize="14sp" />
  53. </RelativeLayout>
  54. <View
  55. android:layout_width="match_parent"
  56. android:layout_height="15dp"
  57. android:background="#f5f5f5" />
  58. </LinearLayout>