Guest User

Untitled

a guest
Jun 26th, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.25 KB | None | 0 0
  1. <LinearLayout
  2. android:layout_below="@id/openweather"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:orientation="horizontal"
  6. >
  7. <android.support.v7.widget.CardView
  8. android:id="@+id/cardView"
  9. android:layout_below="@id/openweather"
  10. android:layout_width="match_parent"
  11. android:layout_height="wrap_content"
  12. xmlns:android="http://schemas.android.com/apk/res/android">
  13. <RelativeLayout
  14. android:layout_width="match_parent"
  15. android:layout_height="wrap_content"
  16. >
  17. <TextView
  18. android:id="@+id/headerSmall1"
  19. android:layout_width="wrap_content"
  20. android:layout_height="wrap_content"
  21. android:text="Test"
  22. android:textAppearance="@style/Base.TextAppearance.AppCompat.Small"/>
  23. <TextView
  24. android:id="@+id/contentLarge1"
  25. android:layout_width="wrap_content"
  26. android:layout_height="wrap_content"
  27. android:layout_below="@id/headerSmall1"
  28. android:text="Test"
  29. android:textAppearance="@style/Base.TextAppearance.AppCompat.Large"/>
  30.  
  31.  
  32.  
  33. </RelativeLayout>
  34.  
  35. </android.support.v7.widget.CardView>
  36. <android.support.v7.widget.CardView
  37. android:id="@+id/cardView2"
  38. android:layout_below="@id/openweather"
  39. android:layout_width="match_parent"
  40. android:layout_height="wrap_content"
  41. xmlns:android="http://schemas.android.com/apk/res/android">
  42. <RelativeLayout
  43. android:layout_width="match_parent"
  44. android:layout_height="wrap_content"
  45. >
  46. <TextView
  47. android:id="@+id/headerSmall2"
  48. android:layout_width="wrap_content"
  49. android:layout_height="wrap_content"
  50. android:text="Test"
  51. android:textAppearance="@style/Base.TextAppearance.AppCompat.Small"/>
  52. <TextView
  53. android:id="@+id/contentLarge2"
  54. android:layout_width="wrap_content"
  55. android:layout_height="wrap_content"
  56. android:layout_below="@id/headerSmall2"
  57. android:text="Test"
  58. android:textAppearance="@style/Base.TextAppearance.AppCompat.Large"/>
  59.  
  60.  
  61.  
  62. </RelativeLayout>
  63.  
  64. </android.support.v7.widget.CardView>
  65. <android.support.v7.widget.CardView
  66. android:id="@+id/cardView3"
  67. android:layout_below="@id/openweather"
  68. android:layout_width="match_parent"
  69. android:layout_height="wrap_content"
  70. xmlns:android="http://schemas.android.com/apk/res/android">
  71. <RelativeLayout
  72. android:layout_width="match_parent"
  73. android:layout_height="wrap_content"
  74. >
  75. <TextView
  76. android:id="@+id/headerSmall3"
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:text="Test"
  80. android:textAppearance="@style/Base.TextAppearance.AppCompat.Small"/>
  81. <TextView
  82. android:id="@+id/contentLarge3"
  83. android:layout_width="wrap_content"
  84. android:layout_height="wrap_content"
  85. android:layout_below="@id/headerSmall3"
  86. android:text="Test"
  87. android:textAppearance="@style/Base.TextAppearance.AppCompat.Large"/>
  88.  
  89.  
  90.  
  91. </RelativeLayout>
  92.  
  93. </android.support.v7.widget.CardView>
  94. <android.support.v7.widget.CardView
  95. android:id="@+id/cardView4"
  96. android:layout_below="@id/openweather"
  97. android:layout_width="match_parent"
  98. android:layout_height="wrap_content"
  99. xmlns:android="http://schemas.android.com/apk/res/android">
  100. <RelativeLayout
  101. android:layout_width="match_parent"
  102. android:layout_height="wrap_content"
  103. >
  104. <TextView
  105. android:id="@+id/headerSmall4"
  106. android:layout_width="wrap_content"
  107. android:layout_height="wrap_content"
  108. android:text="Test"
  109. android:textAppearance="@style/Base.TextAppearance.AppCompat.Small"/>
  110. <TextView
  111. android:id="@+id/contentLarge4"
  112. android:layout_width="wrap_content"
  113. android:layout_height="wrap_content"
  114. android:layout_below="@id/headerSmall4"
  115. android:text="Test"
  116. android:textAppearance="@style/Base.TextAppearance.AppCompat.Large"/>
  117.  
  118.  
  119.  
  120. </RelativeLayout>
  121.  
  122. </android.support.v7.widget.CardView>
  123. <android.support.v7.widget.CardView
  124. android:id="@+id/cardView5"
  125. android:layout_below="@id/openweather"
  126. android:layout_width="match_parent"
  127. android:layout_height="wrap_content"
  128. xmlns:android="http://schemas.android.com/apk/res/android">
  129. <RelativeLayout
  130. android:layout_width="match_parent"
  131. android:layout_height="wrap_content"
  132. >
  133. <TextView
  134. android:id="@+id/headerSmall5"
  135. android:layout_width="wrap_content"
  136. android:layout_height="wrap_content"
  137. android:text="Test"
  138. android:textAppearance="@style/Base.TextAppearance.AppCompat.Small"/>
  139. <TextView
  140. android:id="@+id/contentLarge5"
  141. android:layout_width="wrap_content"
  142. android:layout_height="wrap_content"
  143. android:layout_below="@id/headerSmall5"
  144. android:text="Test"
  145. android:textAppearance="@style/Base.TextAppearance.AppCompat.Large"/>
  146.  
  147.  
  148.  
  149. </RelativeLayout>
  150.  
  151. </android.support.v7.widget.CardView> </LinearLayout>
Add Comment
Please, Sign In to add comment