Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:id="@+id/coordinator"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. >
  9.  
  10. <android.support.v4.view.ViewPager
  11. android:id="@+id/pager"
  12. android:layout_width="match_parent"
  13. android:layout_height="match_parent"
  14. app:layout_behavior="@string/appbar_scrolling_view_behavior" />
  15.  
  16. <android.support.design.widget.AppBarLayout
  17. android:id="@+id/appbar"
  18. android:layout_width="match_parent"
  19. android:layout_height="wrap_content"
  20. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
  21.  
  22. </android.support.design.widget.AppBarLayout>
  23.  
  24. <android.support.v7.widget.Toolbar
  25. android:id="@+id/toolbar"
  26. android:layout_width="match_parent"
  27. android:layout_height="?attr/actionBarSize"
  28. android:background="?attr/colorPrimary"
  29. android:theme="@style/ThemeOverlay.AppCompat.Dark"
  30. app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
  31. android:layout_below="@+id/appbar"
  32. android:layout_alignLeft="@+id/pager"
  33. android:layout_alignStart="@+id/pager"
  34. android:translationZ="0dp" />
  35.  
  36. <LinearLayout
  37. android:layout_width="match_parent"
  38. android:layout_height="wrap_content"
  39. android:orientation="vertical"
  40. android:paddingTop="@dimen/view_spacing_small"
  41. android:id="@+id/layoutinclude">
  42. </LinearLayout>
  43.  
  44. <LinearLayout
  45. android:layout_width="match_parent"
  46. android:layout_height="match_parent"
  47. android:orientation="vertical"
  48. android:layout_marginTop="55dp">
  49.  
  50. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  51. android:id="@+id/sc"
  52. android:layout_width="match_parent"
  53. android:layout_height="match_parent"
  54. android:background="@color/material_gray_200"
  55. android:fillViewport="true"
  56. android:fitsSystemWindows="true">
  57. <LinearLayout
  58. android:layout_width="match_parent"
  59. android:layout_height="wrap_content"
  60. android:orientation="vertical"
  61. android:paddingTop="@dimen/view_spacing_small"
  62. android:id="@+id/layoutinclude4">
  63. <include layout="@layout/nombre" android:id="@+id/name_one"/>
  64. <include layout="@layout/radiob"/>
  65. <include layout="@layout/nombre_em" android:id="@+id/test3"/>
  66. <include layout="@layout/radio_inst_pub_priv" android:id="@+id/test1" />
  67. <include layout="@layout/e_persona_d" android:id="@+id/test2" />
  68. <include layout="@layout/e_persona_d_two" android:id="@+id/test4" />
  69. </LinearLayout>
  70. </ScrollView>
  71. </LinearLayout>
  72. <android.support.design.widget.FloatingActionButton
  73. android:id="@+id/fab"
  74. android:layout_width="wrap_content"
  75. android:layout_height="wrap_content"
  76. android:layout_gravity="bottom|end"
  77. android:layout_margin="@dimen/fab_margin"
  78. android:tint="@android:color/white"
  79. app:srcCompat="@drawable/send" />
  80.  
  81. </android.support.design.widget.CoordinatorLayout>
  82.  
  83. <?xml version="1.0" encoding="utf-8"?>
  84. <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
  85. xmlns:app="http://schemas.android.com/apk/res-auto"
  86. xmlns:tools="http://schemas.android.com/tools"
  87. android:id="@+id/coordinator"
  88. android:layout_width="match_parent"
  89. android:layout_height="match_parent"
  90. >
  91.  
  92. <android.support.v4.view.ViewPager
  93. android:id="@+id/pager"
  94. android:layout_width="match_parent"
  95. android:layout_height="match_parent"
  96. app:layout_behavior="@string/appbar_scrolling_view_behavior" />
  97.  
  98. <android.support.design.widget.AppBarLayout
  99. android:id="@+id/appbar"
  100. android:layout_width="match_parent"
  101. android:layout_height="wrap_content"
  102. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
  103.  
  104. </android.support.design.widget.AppBarLayout>
  105.  
  106. <android.support.v7.widget.Toolbar
  107. android:id="@+id/toolbar"
  108. android:layout_width="match_parent"
  109. android:layout_height="?attr/actionBarSize"
  110. android:background="?attr/colorPrimary"
  111. android:theme="@style/ThemeOverlay.AppCompat.Dark"
  112. app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
  113. android:layout_below="@+id/appbar"
  114. android:layout_alignLeft="@+id/pager"
  115. android:layout_alignStart="@+id/pager"
  116. android:translationZ="0dp" />
  117.  
  118. <LinearLayout
  119. android:layout_width="match_parent"
  120. android:layout_height="wrap_content"
  121. android:orientation="vertical"
  122. android:paddingTop="@dimen/view_spacing_small"
  123. android:id="@+id/layoutinclude">
  124. </LinearLayout>
  125.  
  126. <LinearLayout
  127. android:layout_width="match_parent"
  128. android:layout_height="match_parent"
  129. android:orientation="vertical"
  130. android:layout_marginTop="55dp">
  131.  
  132. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  133. android:id="@+id/sc"
  134. android:layout_width="match_parent"
  135. android:layout_height="match_parent"
  136. android:background="@color/material_gray_200"
  137. android:fillViewport="true"
  138. android:fitsSystemWindows="true">
  139. <LinearLayout
  140. android:layout_width="match_parent"
  141. android:layout_height="wrap_content"
  142. android:orientation="vertical"
  143. android:paddingTop="@dimen/view_spacing_small"
  144. android:id="@+id/layoutinclude4">
  145. <include layout="@layout/nombre" android:id="@+id/name_one"/>
  146. <include layout="@layout/radiob"/>
  147. <include layout="@layout/nombre_em" android:id="@+id/test3"/>
  148. <include layout="@layout/radio_inst_pub_priv" android:id="@+id/test1" />
  149. <include layout="@layout/e_persona_d" android:id="@+id/test2" />
  150. <include layout="@layout/e_persona_d_two" android:id="@+id/test4" />
  151. </LinearLayout>
  152. </ScrollView>
  153. </LinearLayout>
  154.  
  155. </android.support.design.widget.CoordinatorLayout>
  156.  
  157. <android.support.design.widget.FloatingActionButton
  158. android:id="@+id/fab"
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:layout_gravity="bottom|end"
  162. android:layout_margin="@dimen/fab_margin"
  163. android:tint="@android:color/white"
  164. app:srcCompat="@drawable/send" />
  165.  
  166. <?xml version="1.0" encoding="utf-8"?>
  167. <android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
  168. xmlns:app="http://schemas.android.com/apk/res-auto"
  169. xmlns:tools="http://schemas.android.com/tools"
  170. android:id="@+id/coordinator"
  171. android:layout_width="match_parent"
  172. android:layout_height="match_parent"
  173. >
  174.  
  175. <android.support.v4.view.ViewPager
  176. android:id="@+id/pager"
  177. android:layout_width="match_parent"
  178. android:layout_height="match_parent"
  179. app:layout_behavior="@string/appbar_scrolling_view_behavior" />
  180.  
  181. <android.support.design.widget.AppBarLayout
  182. android:id="@+id/appbar"
  183. android:layout_width="match_parent"
  184. android:layout_height="wrap_content"
  185. android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar">
  186.  
  187. </android.support.design.widget.AppBarLayout>
  188.  
  189. <android.support.v7.widget.Toolbar
  190. android:id="@+id/toolbar"
  191. android:layout_width="match_parent"
  192. android:layout_height="?attr/actionBarSize"
  193. android:background="?attr/colorPrimary"
  194. android:theme="@style/ThemeOverlay.AppCompat.Dark"
  195. app:popupTheme="@style/ThemeOverlay.AppCompat.Light"
  196. android:layout_below="@+id/appbar"
  197. android:layout_alignLeft="@+id/pager"
  198. android:layout_alignStart="@+id/pager"
  199. android:translationZ="0dp" />
  200.  
  201. <LinearLayout
  202. android:layout_width="match_parent"
  203. android:layout_height="wrap_content"
  204. android:orientation="vertical"
  205. android:paddingTop="@dimen/view_spacing_small"
  206. android:id="@+id/layoutinclude">
  207. </LinearLayout>
  208.  
  209. <LinearLayout
  210. android:layout_width="match_parent"
  211. android:layout_height="match_parent"
  212. android:orientation="vertical"
  213. android:layout_marginTop="55dp">
  214.  
  215. <ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
  216. android:id="@+id/sc"
  217. android:layout_width="match_parent"
  218. android:layout_height="match_parent"
  219. android:background="@color/material_gray_200"
  220. android:fillViewport="true"
  221. android:fitsSystemWindows="true">
  222. <LinearLayout
  223. android:layout_width="match_parent"
  224. android:layout_height="wrap_content"
  225. android:orientation="vertical"
  226. android:paddingTop="@dimen/view_spacing_small"
  227. android:id="@+id/layoutinclude4">
  228. <include layout="@layout/nombre" android:id="@+id/name_one"/>
  229. <include layout="@layout/radiob"/>
  230. <include layout="@layout/nombre_em" android:id="@+id/test3"/>
  231. <include layout="@layout/radio_inst_pub_priv" android:id="@+id/test1" />
  232. <include layout="@layout/e_persona_d" android:id="@+id/test2" />
  233. <include layout="@layout/e_persona_d_two" android:id="@+id/test4" />
  234. </LinearLayout>
  235. </ScrollView>
  236. </LinearLayout>
  237.  
  238. </android.support.design.widget.CoordinatorLayout>
  239.  
  240. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  241. android:layout_width="match_parent"
  242. android:layout_height="match_parent">
  243.  
  244. <android.support.design.widget.FloatingActionButton
  245. android:id="@+id/fab"
  246. android:layout_width="wrap_content"
  247. android:layout_height="wrap_content"
  248. android:layout_gravity="bottom|end"
  249. android:layout_margin="@dimen/fab_margin"
  250. android:tint="@android:color/white"
  251. app:srcCompat="@drawable/send" />
  252.  
  253. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement