fragment_layout_lablanca.xml 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <com.ivalentin.gm.CustomScrollView
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="fill_parent"
  5. android:layout_height="wrap_content"
  6. android:background="@color/background_app"
  7. android:padding="7dp">
  8. <LinearLayout
  9. android:orientation="vertical"
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:paddingBottom="5dp">
  13. <LinearLayout
  14. android:orientation="vertical"
  15. android:layout_width="match_parent"
  16. android:layout_height="match_parent"
  17. android:background="@drawable/section"
  18. android:padding="7dp">
  19. <TextView
  20. android:layout_width="wrap_content"
  21. android:layout_height="wrap_content"
  22. android:textAppearance="?android:attr/textAppearanceLarge"
  23. android:text="@string/lablanca_title"
  24. android:id="@+id/textView10"/>
  25. <LinearLayout
  26. android:orientation="horizontal"
  27. android:layout_width="match_parent"
  28. android:layout_height="match_parent"
  29. android:background="@drawable/entry"
  30. android:padding="7dp">
  31. <ImageView
  32. android:layout_width="wrap_content"
  33. android:layout_height="wrap_content"
  34. android:id="@+id/iv_lablanca_header"
  35. android:contentDescription="@string/app_cdesc"
  36. android:layout_weight=".4"
  37. android:layout_margin="3dp"
  38. android:background="@color/album_border"
  39. android:padding="1dp"/>
  40. <WebView
  41. android:layout_width="wrap_content"
  42. android:layout_height="wrap_content"
  43. android:textAppearance="?android:attr/textAppearanceMedium"
  44. android:id="@+id/wv_lablanca_header"
  45. android:padding="7dp"
  46. android:layout_marginBottom="7dp"
  47. android:layout_weight=".6"/>
  48. </LinearLayout>
  49. </LinearLayout>
  50. <LinearLayout
  51. android:orientation="vertical"
  52. android:layout_width="match_parent"
  53. android:layout_height="match_parent"
  54. android:background="@drawable/section"
  55. android:padding="7dp"
  56. android:layout_marginTop="15dp">
  57. <TextView
  58. android:layout_width="wrap_content"
  59. android:layout_height="wrap_content"
  60. android:textAppearance="?android:attr/textAppearanceLarge"
  61. android:text="@string/lablanca_schedule"
  62. />
  63. <LinearLayout
  64. android:orientation="horizontal"
  65. android:layout_width="match_parent"
  66. android:layout_height="match_parent"
  67. android:background="@drawable/entry"
  68. android:padding="7dp">
  69. <Button
  70. android:layout_width="fill_parent"
  71. android:layout_height="fill_parent"
  72. android:text="@string/lablanca_schedule_city"
  73. android:id="@+id/bt_lablanca_schedule_city"
  74. android:background="@drawable/button_selector"
  75. android:textColor="@color/input_button_color"
  76. android:textStyle="bold"
  77. android:layout_margin="6dp"
  78. android:layout_weight=".5"/>
  79. <Button
  80. android:layout_width="fill_parent"
  81. android:layout_height="fill_parent"
  82. android:text="@string/lablanca_schedule_gm"
  83. android:id="@+id/bt_lablanca_schedule_gm"
  84. android:background="@drawable/button_selector"
  85. android:textColor="@color/input_button_color"
  86. android:textStyle="bold"
  87. android:layout_margin="6dp"
  88. android:layout_weight=".5"/>
  89. </LinearLayout>
  90. </LinearLayout>
  91. <LinearLayout
  92. android:orientation="vertical"
  93. android:layout_width="match_parent"
  94. android:layout_height="match_parent"
  95. android:paddingBottom="20dp"
  96. android:layout_marginTop="15dp">
  97. <LinearLayout
  98. android:orientation="vertical"
  99. android:layout_width="match_parent"
  100. android:layout_height="match_parent"
  101. android:background="@drawable/section"
  102. android:padding="7dp">
  103. <TextView
  104. android:layout_width="wrap_content"
  105. android:layout_height="wrap_content"
  106. android:textAppearance="?android:attr/textAppearanceLarge"
  107. android:text="@string/lablanca_prices"
  108. android:id="@+id/textView12"/>
  109. <LinearLayout
  110. android:orientation="vertical"
  111. android:layout_width="match_parent"
  112. android:layout_height="match_parent"
  113. android:background="@drawable/entry"
  114. android:padding="7dp">
  115. <TextView
  116. android:layout_width="wrap_content"
  117. android:layout_height="wrap_content"
  118. android:textAppearance="?android:attr/textAppearanceLarge"
  119. android:text="@string/lablanca_prices_days"
  120. android:layout_marginBottom="15dp"/>
  121. <LinearLayout
  122. android:orientation="vertical"
  123. android:layout_width="match_parent"
  124. android:layout_height="match_parent"
  125. android:id="@+id/ll_lablanca_prices_days_list">
  126. </LinearLayout>
  127. </LinearLayout>
  128. <LinearLayout
  129. android:orientation="vertical"
  130. android:layout_width="match_parent"
  131. android:layout_height="match_parent"
  132. android:background="@drawable/entry"
  133. android:padding="7dp"
  134. android:layout_marginTop="10dp"
  135. android:layout_marginBottom="10dp">
  136. <TextView
  137. android:layout_width="wrap_content"
  138. android:layout_height="wrap_content"
  139. android:textAppearance="?android:attr/textAppearanceLarge"
  140. android:text="@string/lablanca_prices_pack"
  141. android:layout_marginBottom="15dp"/>
  142. <LinearLayout
  143. android:orientation="vertical"
  144. android:layout_width="match_parent"
  145. android:layout_height="match_parent"
  146. android:id="@+id/ll_lablanca_prices_packs_list"
  147. />
  148. </LinearLayout>
  149. </LinearLayout>
  150. </LinearLayout>
  151. </LinearLayout>
  152. </com.ivalentin.gm.CustomScrollView>