Guest User

contactUs xml

a guest
Sep 26th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.77 KB | None | 0 0
  1. <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:app="http://schemas.android.com/apk/res-auto"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. tools:context="com.developinggeek.thebetterlawyernewsapp.Activity.ContactUsActivity">
  7.  
  8. <RelativeLayout
  9. android:layout_width="match_parent"
  10. android:layout_height="match_parent">
  11.  
  12. <TextView
  13. android:id="@+id/top_txt"
  14. android:layout_width="match_parent"
  15. android:layout_height="70dp"
  16. android:background="@drawable/background_gradient"
  17. android:gravity="center"
  18. android:text="Get In Touch With Us"
  19. android:textColor="#FFF"
  20. android:textSize="20sp"
  21. android:textStyle="bold" />
  22.  
  23. <android.support.v7.widget.CardView
  24. android:id="@+id/general_view"
  25. android:layout_width="match_parent"
  26. android:layout_height="wrap_content"
  27. android:layout_below="@+id/top_txt"
  28. android:layout_marginLeft="15dp"
  29. android:layout_marginRight="15dp"
  30. android:layout_marginTop="15dp">
  31.  
  32. <LinearLayout
  33. android:layout_width="match_parent"
  34. android:layout_height="wrap_content"
  35. android:orientation="vertical">
  36.  
  37. <TextView
  38. android:layout_width="wrap_content"
  39. android:layout_height="wrap_content"
  40. android:layout_marginLeft="10dp"
  41. android:layout_marginTop="10dp"
  42. android:text="General :"
  43. android:textColor="#ed502c"
  44. android:textSize="20sp"
  45. android:textStyle="bold" />
  46.  
  47. <TextView
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:layout_marginLeft="10dp"
  51. android:layout_marginTop="8sp"
  52. android:text="Call: +91-9582867671"
  53. android:textSize="18sp" />
  54.  
  55. <TextView
  56. android:layout_width="wrap_content"
  57. android:layout_height="wrap_content"
  58. android:layout_marginLeft="10dp"
  59. android:layout_marginTop="8sp"
  60. android:text="Mail: contact@thebetterlawyer.com"
  61. android:textSize="18sp" />
  62.  
  63. <TextView
  64. android:layout_width="wrap_content"
  65. android:layout_height="wrap_content"
  66. android:layout_marginLeft="10dp"
  67. android:layout_marginTop="8sp"
  68. android:text="Connect:"
  69. android:textSize="18sp" />
  70.  
  71. <LinearLayout
  72. android:layout_width="wrap_content"
  73. android:layout_height="wrap_content"
  74. android:orientation="horizontal">
  75.  
  76. <ImageView
  77. android:id="@+id/contact_facebook"
  78. android:layout_width="40dp"
  79. android:layout_height="35dp"
  80. android:layout_marginLeft="10dp"
  81. android:layout_marginTop="8dp"
  82. android:src="@drawable/facebook_logo" />
  83.  
  84. <ImageView
  85. android:id="@+id/contact_twitter"
  86. android:layout_width="40dp"
  87. android:layout_height="45dp"
  88. android:layout_marginLeft="10dp"
  89. android:layout_marginTop="5dp"
  90. android:src="@drawable/twitter_logo" />
  91.  
  92. </LinearLayout>
  93.  
  94. </LinearLayout>
  95.  
  96. </android.support.v7.widget.CardView>
  97.  
  98. <android.support.v7.widget.CardView
  99. android:id="@+id/collaborate_view"
  100. android:layout_width="match_parent"
  101. android:layout_height="wrap_content"
  102. android:layout_below="@+id/general_view"
  103. android:layout_marginLeft="15dp"
  104. android:layout_marginRight="15dp"
  105. android:layout_marginTop="15dp">
  106.  
  107. <LinearLayout
  108. android:layout_width="match_parent"
  109. android:layout_height="wrap_content"
  110. android:layout_marginBottom="5dp"
  111. android:orientation="vertical">
  112.  
  113. <TextView
  114. android:layout_width="wrap_content"
  115. android:layout_height="wrap_content"
  116. android:layout_marginLeft="10dp"
  117. android:layout_marginTop="10dp"
  118. android:text="Collaborate :"
  119. android:textColor="#ed502c"
  120. android:textSize="20sp"
  121. android:textStyle="bold" />
  122.  
  123. <TextView
  124. android:layout_width="wrap_content"
  125. android:layout_height="wrap_content"
  126. android:layout_marginLeft="10dp"
  127. android:layout_marginTop="8sp"
  128. android:text="Hire: hire@thebetterlawyer.com"
  129. android:textSize="18sp" />
  130.  
  131. <TextView
  132. android:layout_width="wrap_content"
  133. android:layout_height="wrap_content"
  134. android:layout_marginLeft="10dp"
  135. android:layout_marginTop="8sp"
  136. android:text="Events: events@thebetterlawyer.com"
  137. android:textSize="18sp" />
  138.  
  139. <TextView
  140. android:layout_width="wrap_content"
  141. android:layout_height="wrap_content"
  142. android:layout_marginLeft="10dp"
  143. android:layout_marginTop="8sp"
  144. android:text="Institutes : institutes@thebetterlawyer.com"
  145. android:textSize="18sp" />
  146.  
  147. <TextView
  148. android:layout_width="wrap_content"
  149. android:layout_height="wrap_content"
  150. android:layout_marginLeft="10dp"
  151. android:layout_marginTop="8sp"
  152. android:text="Advertise: sales@thebetterlawyer.com"
  153. android:textSize="18sp" />
  154.  
  155. </LinearLayout>
  156.  
  157. </android.support.v7.widget.CardView>
  158.  
  159.  
  160. <android.support.v7.widget.CardView
  161. android:id="@+id/media_view"
  162. android:layout_width="match_parent"
  163. android:layout_height="wrap_content"
  164. android:layout_below="@+id/collaborate_view"
  165. android:layout_marginLeft="15dp"
  166. android:layout_marginRight="15dp"
  167. android:layout_marginTop="15dp">
  168.  
  169. <LinearLayout
  170. android:layout_width="match_parent"
  171. android:layout_height="wrap_content"
  172. android:layout_marginBottom="5dp"
  173. android:orientation="vertical">
  174.  
  175. <TextView
  176. android:layout_width="wrap_content"
  177. android:layout_height="wrap_content"
  178. android:layout_marginLeft="10dp"
  179. android:layout_marginTop="10dp"
  180. android:text="Media :"
  181. android:textColor="#ed502c"
  182. android:textSize="20sp"
  183. android:textStyle="bold" />
  184.  
  185. <TextView
  186. android:layout_width="wrap_content"
  187. android:layout_height="wrap_content"
  188. android:layout_marginLeft="10dp"
  189. android:layout_marginTop="8sp"
  190. android:text="Nishant Gambhir"
  191. android:textSize="18sp" />
  192.  
  193. <TextView
  194. android:layout_width="wrap_content"
  195. android:layout_height="wrap_content"
  196. android:layout_marginLeft="10dp"
  197. android:layout_marginTop="8sp"
  198. android:text="Call: +91-9654967269"
  199. android:textSize="18sp" />
  200.  
  201. <TextView
  202. android:layout_width="wrap_content"
  203. android:layout_height="wrap_content"
  204. android:layout_marginLeft="10dp"
  205. android:layout_marginTop="8sp"
  206. android:text="Mail: media@thebetterlawyer.com"
  207. android:textSize="18sp" />
  208.  
  209. </LinearLayout>
  210.  
  211. </android.support.v7.widget.CardView>
  212.  
  213. </RelativeLayout>
  214.  
  215. </android.support.v4.widget.NestedScrollView>
Add Comment
Please, Sign In to add comment