Advertisement
kusha45

bottom Button

Feb 27th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.26 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:id="@+id/scroll1"
  4. android:layout_width="fill_parent"
  5. android:layout_height="fill_parent"
  6. android:background="#f5f5f5"
  7. android:orientation="vertical" >
  8.  
  9. <include layout="@layout/home" />
  10.  
  11. <TableRow
  12. android:layout_width="fill_parent"
  13. android:layout_height="wrap_content"
  14. android:background="#b04d4d" >
  15.  
  16. <Button
  17. android:id="@+id/btnCreateNote"
  18. android:layout_width="wrap_content"
  19. android:layout_height="35dp"
  20. android:layout_marginTop="5dp"
  21. android:layout_marginLeft="5dp"
  22. android:textSize="10dp"
  23. android:text="Create Note"
  24. android:textColor="#800000"
  25. android:textStyle="bold" />
  26.  
  27. <Button
  28. android:id="@+id/btnCreateIssue"
  29. android:layout_width="wrap_content"
  30. android:layout_height="35dp"
  31. android:layout_marginTop="5dp"
  32. android:layout_marginLeft="40dp"
  33. android:textSize="10dp"
  34. android:text="Create Issue"
  35. android:textColor="#800000"
  36. android:textStyle="bold" />
  37.  
  38. <Button
  39. android:id="@+id/btnRefresh"
  40. android:layout_width="wrap_content"
  41. android:layout_height="35dp"
  42. android:layout_marginTop="5dp"
  43. android:layout_marginLeft="40dp"
  44. android:textSize="10dp"
  45. android:text="Refresh"
  46. android:textColor="#800000"
  47. android:textStyle="bold" />
  48. </TableRow>
  49.  
  50. <LinearLayout
  51. android:layout_width="fill_parent"
  52. android:layout_height="wrap_content"
  53. android:layout_marginTop="5dp"
  54. android:background="@drawable/calendar_top_headerred1"
  55. android:orientation="horizontal" >
  56.  
  57. <ImageView
  58. android:id="@+id/imgleftarrowweek"
  59. android:layout_width="wrap_content"
  60. android:layout_height="wrap_content"
  61. android:src="@drawable/cal_left_arrow_offred" >
  62. </ImageView>
  63.  
  64. <TextView
  65. android:id="@+id/tvWeek"
  66. android:layout_width="wrap_content"
  67. android:layout_height="wrap_content"
  68. android:layout_marginLeft="10dp"
  69. android:layout_marginTop="5dp"
  70. android:singleLine="true"
  71. android:text=" Week"
  72. android:textColor="#FFFFFF"
  73. android:textStyle="bold" />
  74.  
  75. <ImageView
  76. android:id="@+id/imgrightarrowweek"
  77. android:layout_width="wrap_content"
  78. android:layout_height="wrap_content"
  79. android:layout_marginLeft="15dp"
  80. android:src="@drawable/cal_right_arrow_offred" />
  81.  
  82. <ImageView
  83. android:id="@+id/imgleftarrowmonth"
  84. android:layout_width="wrap_content"
  85. android:layout_height="wrap_content"
  86. android:src="@drawable/cal_left_arrow_offred" >
  87. </ImageView>
  88.  
  89. <TextView
  90. android:id="@+id/tvMonthName"
  91. android:layout_width="80dp"
  92. android:layout_height="wrap_content"
  93. android:layout_marginLeft="10dp"
  94. android:layout_marginTop="5dp"
  95. android:singleLine="true"
  96. android:text="September"
  97. android:textColor="#FFFFFF"
  98. android:textStyle="bold" />
  99.  
  100. <ImageView
  101. android:id="@+id/imgrightarrowmonth"
  102. android:layout_width="wrap_content"
  103. android:layout_height="wrap_content"
  104. android:layout_marginLeft="5dp"
  105. android:src="@drawable/cal_right_arrow_offred" >
  106. </ImageView>
  107. </LinearLayout>
  108.  
  109. <ScrollView
  110. android:layout_width="wrap_content"
  111. android:layout_height="wrap_content"
  112. android:scrollbars="vertical" >
  113.  
  114. <TableLayout
  115. android:layout_width="wrap_content"
  116. android:layout_height="wrap_content"
  117. android:background="#f5f5f5" >
  118.  
  119. <TableRow
  120. android:id="@+id/tblrow1"
  121. android:background="#f5f5f5"
  122. android:orientation="horizontal" >
  123.  
  124. <LinearLayout
  125. android:id="@+id/LlHeader1"
  126. android:layout_width="320dp"
  127. android:layout_height="wrap_content"
  128. android:background="@drawable/calendar_top_headerred1"
  129. android:orientation="horizontal" >
  130.  
  131. <ImageView
  132. android:id="@+id/imgprevDay"
  133. android:layout_width="wrap_content"
  134. android:layout_height="wrap_content"
  135. android:layout_gravity="center_vertical"
  136. android:layout_marginLeft="1dp"
  137. android:src="@drawable/cal_left_arrow_offred" >
  138. </ImageView>
  139.  
  140. <LinearLayout
  141. android:id="@+id/LlHeader1"
  142. android:layout_width="180dp"
  143. android:layout_height="wrap_content"
  144. android:layout_gravity="center_horizontal"
  145. android:orientation="vertical" >
  146.  
  147. <TextView
  148. android:id="@+id/tvfirstWeekDayName"
  149. android:layout_width="wrap_content"
  150. android:layout_height="wrap_content"
  151. android:layout_gravity="center_horizontal"
  152. android:layout_marginLeft="25dp"
  153. android:singleLine="true"
  154. android:textColor="#ffffff"
  155. android:textStyle="bold" />
  156.  
  157. <TextView
  158. android:id="@+id/tvFirstDate"
  159. android:layout_width="wrap_content"
  160. android:layout_height="wrap_content"
  161. android:layout_gravity="center_horizontal"
  162. android:layout_marginBottom="5dp"
  163. android:layout_marginLeft="25dp"
  164. android:singleLine="true"
  165. android:textColor="#ffffff"
  166. android:textStyle="bold" />
  167. </LinearLayout>
  168.  
  169. <ImageView
  170. android:id="@+id/imgnextDay"
  171. android:layout_width="wrap_content"
  172. android:layout_height="wrap_content"
  173. android:layout_gravity="center_vertical"
  174. android:layout_marginLeft="60dp"
  175. android:src="@drawable/cal_right_arrow_offred" />
  176. </LinearLayout>
  177. </TableRow>
  178.  
  179. <TableRow
  180. android:id="@+id/tblrow2"
  181. android:background="#f5f5f5">
  182.  
  183. <LinearLayout
  184. android:id="@+id/Llfirstday"
  185. android:layout_width="wrap_content"
  186. android:layout_height="wrap_content"
  187. android:orientation="vertical" >
  188. </LinearLayout>
  189. </TableRow>
  190. </TableLayout>
  191. </ScrollView>
  192.  
  193. <RelativeLayout
  194. xmlns:android="http://schemas.android.com/apk/res/android"
  195. android:layout_width="fill_parent"
  196. android:layout_height="wrap_content" >
  197.  
  198. <LinearLayout
  199. android:layout_width="wrap_content"
  200. android:layout_height="wrap_content"
  201. android:layout_alignParentBottom="true" >
  202. <Button
  203. android:layout_width="wrap_content"
  204. android:layout_height="wrap_content"
  205. android:layout_gravity="center_horizontal"
  206. android:layout_marginBottom="5dp"
  207. android:text="1111"
  208. android:layout_marginLeft="25dp"
  209. android:singleLine="true"
  210. android:textColor="#800000"
  211. android:textStyle="bold" />
  212. </LinearLayout>
  213. </RelativeLayout>
  214. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement