hisense_activity_choose.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:orientation="vertical" >
  6. <RelativeLayout
  7. android:id="@+id/no_data"
  8. android:layout_width="match_parent"
  9. android:layout_height="match_parent"
  10. android:background="#b0000000"
  11. android:orientation="vertical" >
  12. <TextView
  13. android:id="@+id/text"
  14. android:layout_width="wrap_content"
  15. android:layout_height="wrap_content"
  16. android:layout_centerInParent="true"
  17. android:textColor="#aeadad" />
  18. </RelativeLayout>
  19. <RelativeLayout
  20. android:layout_width="match_parent"
  21. android:layout_height="@dimen/dimen_168"
  22. android:background="@drawable/hisense_background" >
  23. <TextView
  24. android:id="@+id/title"
  25. android:layout_width="match_parent"
  26. android:layout_height="match_parent"
  27. android:layout_alignParentTop="true"
  28. android:gravity="center"
  29. android:text="@string/choose_payment"
  30. android:textColor="#ffffff"
  31. android:textSize="@dimen/dimen_54" />
  32. <ImageView
  33. android:id="@+id/arrow_left"
  34. android:layout_width="@dimen/dimen_66"
  35. android:layout_height="@dimen/dimen_66"
  36. android:layout_alignParentLeft="true"
  37. android:layout_centerVertical="true"
  38. android:layout_marginLeft="@dimen/dimen_48"
  39. android:src="@drawable/hisense_arrow_left" />
  40. </RelativeLayout>
  41. <LinearLayout
  42. android:layout_width="match_parent"
  43. android:layout_height="@dimen/dimen_510"
  44. android:background="@drawable/hisense_background"
  45. android:gravity="bottom|center"
  46. android:paddingBottom="@dimen/dimen_186" >
  47. <TextView
  48. android:id="@+id/text1"
  49. android:layout_width="wrap_content"
  50. android:layout_height="wrap_content"
  51. android:text="@string/pay_fee"
  52. android:textColor="#66ffffff"
  53. android:textSize="@dimen/dimen_48" />
  54. <TextView
  55. android:id="@+id/price"
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:layout_gravity="center|bottom"
  59. android:layout_marginLeft="@dimen/dimen_75"
  60. android:textColor="#ffffff"
  61. android:textSize="@dimen/dimen_180" />
  62. <TextView
  63. android:id="@+id/textView3"
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_marginLeft="@dimen/dimen_30"
  67. android:text="@string/unit"
  68. android:textColor="#66ffffff"
  69. android:textSize="@dimen/dimen_48" />
  70. </LinearLayout>
  71. <LinearLayout
  72. android:layout_width="match_parent"
  73. android:layout_height="match_parent"
  74. android:background="#fafafa"
  75. android:orientation="vertical" >
  76. <TextView
  77. android:id="@+id/textView4"
  78. android:layout_width="wrap_content"
  79. android:layout_height="@dimen/dimen_120"
  80. android:layout_marginLeft="@dimen/dimen_66"
  81. android:gravity="bottom"
  82. android:text="@string/choose_payment"
  83. android:textColor="#a9a9a9"
  84. android:textSize="@dimen/dimen_42" />
  85. <LinearLayout
  86. android:layout_width="match_parent"
  87. android:layout_height="@dimen/dimen_1"
  88. android:layout_marginLeft="@dimen/dimen_48"
  89. android:layout_marginRight="@dimen/dimen_48"
  90. android:layout_marginTop="@dimen/dimen_30"
  91. android:background="#a9a9a9"
  92. android:orientation="vertical" >
  93. </LinearLayout>
  94. <ListView
  95. android:id="@+id/paylist"
  96. android:layout_width="match_parent"
  97. android:layout_height="match_parent"
  98. android:layout_marginLeft="@dimen/dimen_48"
  99. android:layout_marginRight="@dimen/dimen_48"
  100. android:divider="#818080"
  101. android:dividerHeight="@dimen/dimen_1" >
  102. </ListView>
  103. </LinearLayout>
  104. </LinearLayout>