Advertisement
Guest User

Untitled

a guest
May 30th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.94 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout 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/content_rank"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent"
  8. android:layout_gravity="bottom"
  9.  
  10. android:paddingLeft="@dimen/activity_horizontal_margin"
  11. android:paddingRight="@dimen/activity_horizontal_margin"
  12. android:paddingTop="@dimen/activity_vertical_margin"
  13. app:layout_behavior="@string/appbar_scrolling_view_behavior"
  14. >
  15.  
  16.  
  17. <LinearLayout
  18. android:layout_height="450dp"
  19. android:orientation="vertical"
  20. android:layout_width="match_parent"
  21. android:weightSum="10"
  22. android:layout_alignParentTop="true"
  23. android:layout_alignParentStart="true">
  24.  
  25. <LinearLayout
  26. android:layout_width="match_parent"
  27. android:layout_height="0dp"
  28. android:layout_weight=".99"
  29. android:weightSum="6"
  30. android:orientation="horizontal">
  31.  
  32.  
  33. <TextView
  34. android:id="@+id/textView21"
  35. android:layout_width="188dp"
  36. android:layout_height="match_parent"
  37. android:lineSpacingMultiplier="5"
  38. android:paddingLeft="5dp"
  39. android:paddingTop="17dp"
  40. android:text="Рангове:"
  41. android:textColor="#000"
  42. android:textSize="18sp"
  43. android:typeface="normal" />
  44.  
  45. <TextView
  46. android:id="@+id/textView22"
  47. android:layout_width="79dp"
  48. android:layout_height="wrap_content"
  49. android:text="Брой точки:"
  50. android:textAlignment="textEnd"
  51. android:textColor="#000"
  52. android:textSize="18sp"
  53. android:typeface="normal"
  54. android:layout_weight="5.93" />
  55.  
  56. </LinearLayout>
  57.  
  58. <LinearLayout
  59. android:layout_width="match_parent"
  60. android:layout_height="0dp"
  61. android:layout_weight=".01"
  62. android:weightSum="6"
  63. android:background="#000"
  64. android:orientation="horizontal">
  65. </LinearLayout>
  66.  
  67. <LinearLayout
  68. android:layout_width="match_parent"
  69. android:layout_height="0dp"
  70. android:layout_weight="1"
  71. android:weightSum="6"
  72. android:orientation="horizontal">
  73.  
  74. <ImageView
  75. android:id="@+id/imageView6"
  76. android:layout_width="50dp"
  77. android:layout_height="wrap_content"
  78. android:layout_gravity="bottom"
  79. app:srcCompat="@drawable/mladshi_policai_rank_no_bg" />
  80.  
  81. <TextView
  82. android:id="@+id/textView23"
  83. android:layout_width="wrap_content"
  84. android:layout_height="match_parent"
  85. android:lineSpacingExtra="4dp"
  86. android:lineSpacingMultiplier="5"
  87. android:text="Младши полицай"
  88. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  89. android:textSize="20sp"
  90. android:paddingTop="17dp"
  91. android:paddingLeft="10dp"/>
  92.  
  93. <TextView
  94. android:id="@+id/textView24"
  95. android:layout_width="match_parent"
  96. android:layout_height="wrap_content"
  97. android:textAlignment="textEnd"
  98. android:text="0 точки" />
  99.  
  100. </LinearLayout>
  101.  
  102. <LinearLayout
  103. android:layout_width="match_parent"
  104. android:layout_height="0dp"
  105. android:layout_weight="1"
  106. android:weightSum="6"
  107. android:orientation="horizontal">
  108.  
  109. <ImageView
  110. android:id="@+id/imageView7"
  111. android:layout_width="50dp"
  112. android:layout_gravity="bottom"
  113. android:layout_height="wrap_content"
  114. app:srcCompat="@drawable/policai_rank_no_bg"/>
  115.  
  116. <TextView
  117. android:id="@+id/textView25"
  118. android:layout_width="wrap_content"
  119. android:layout_height="match_parent"
  120. android:lineSpacingExtra="4dp"
  121. android:lineSpacingMultiplier="5"
  122. android:text="Полицай"
  123. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  124. android:textSize="20sp"
  125. android:paddingTop="17dp"
  126. android:paddingLeft="10dp"
  127. />
  128.  
  129.  
  130.  
  131. <TextView
  132. android:id="@+id/textView26"
  133. android:layout_width="match_parent"
  134. android:layout_height="wrap_content"
  135. android:textAlignment="textEnd"
  136. android:text="500 точки" />
  137.  
  138. </LinearLayout>
  139.  
  140.  
  141.  
  142. <LinearLayout
  143. android:layout_width="match_parent"
  144. android:layout_height="0dp"
  145. android:layout_weight="1"
  146. android:weightSum="6"
  147. android:orientation="horizontal">
  148.  
  149. <ImageView
  150. android:id="@+id/imageView8"
  151. android:layout_width="50dp"
  152. android:layout_gravity="bottom"
  153. android:layout_height="wrap_content"
  154. app:srcCompat="@drawable/policai_rank_no_bg" />
  155.  
  156. <TextView
  157. android:id="@+id/textView27"
  158. android:layout_width="wrap_content"
  159. android:layout_height="match_parent"
  160. android:lineSpacingExtra="4dp"
  161. android:lineSpacingMultiplier="5"
  162. android:text="Старши полицай"
  163. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  164. android:textSize="20sp"
  165. android:paddingTop="17dp"
  166. android:paddingLeft="10dp"
  167. />
  168.  
  169. <TextView
  170. android:id="@+id/textView28"
  171. android:layout_width="match_parent"
  172. android:layout_height="wrap_content"
  173. android:textAlignment="textEnd"
  174. android:text="1 000 точки" />
  175.  
  176. </LinearLayout>
  177.  
  178. <LinearLayout
  179. android:layout_width="match_parent"
  180. android:layout_height="0dp"
  181. android:layout_weight="1"
  182. android:weightSum="6"
  183. android:orientation="horizontal">
  184.  
  185. <ImageView
  186. android:id="@+id/imageView9"
  187. android:layout_width="50dp"
  188. android:layout_gravity="bottom"
  189. android:layout_height="wrap_content"
  190. app:srcCompat="@drawable/policai_rank_no_bg" />
  191.  
  192. <TextView
  193. android:id="@+id/textView29"
  194. android:layout_width="wrap_content"
  195. android:layout_height="match_parent"
  196. android:lineSpacingExtra="4dp"
  197. android:lineSpacingMultiplier="5"
  198. android:paddingLeft="10dp"
  199. android:paddingTop="17dp"
  200. android:text="Главен полицай"
  201. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  202. android:textSize="20sp" />
  203.  
  204. <TextView
  205. android:id="@+id/textView30"
  206. android:layout_width="match_parent"
  207. android:layout_height="wrap_content"
  208. android:textAlignment="textEnd"
  209. android:text="2 000 точки" />
  210.  
  211. </LinearLayout>
  212.  
  213. <LinearLayout
  214. android:layout_width="match_parent"
  215. android:layout_height="0dp"
  216.  
  217. android:layout_weight="1"
  218. android:weightSum="6"
  219. android:orientation="horizontal">
  220.  
  221. <ImageView
  222. android:id="@+id/imageView10"
  223. android:layout_width="50dp"
  224. android:layout_gravity="bottom"
  225. android:layout_height="wrap_content"
  226. app:srcCompat="@drawable/inspektor_rank_no_bg" />
  227.  
  228. <TextView
  229. android:id="@+id/textView31"
  230. android:layout_width="wrap_content"
  231. android:layout_height="match_parent"
  232. android:lineSpacingExtra="4dp"
  233. android:lineSpacingMultiplier="5"
  234. android:text="Инспектор"
  235. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  236. android:textSize="20sp"
  237. android:paddingTop="17dp"
  238. android:paddingLeft="10dp"
  239. />
  240.  
  241. <TextView
  242. android:id="@+id/textView32"
  243. android:layout_width="match_parent"
  244. android:layout_height="wrap_content"
  245. android:textAlignment="textEnd"
  246. android:text="3 000 точки" />
  247.  
  248. </LinearLayout>
  249.  
  250. <LinearLayout
  251. android:layout_width="match_parent"
  252. android:layout_height="0dp"
  253. android:layout_weight="1"
  254. android:weightSum="6"
  255. android:orientation="horizontal">
  256.  
  257. <ImageView
  258. android:id="@+id/imageView11"
  259. android:layout_width="50dp"
  260. android:layout_gravity="bottom"
  261. android:layout_height="wrap_content"
  262. app:srcCompat="@drawable/inspektor_rank_no_bg" />
  263.  
  264. <TextView
  265. android:id="@+id/textView33"
  266. android:layout_width="wrap_content"
  267. android:layout_height="match_parent"
  268. android:lineSpacingExtra="4dp"
  269. android:lineSpacingMultiplier="5"
  270. android:text="Старши инспектор"
  271. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  272. android:textSize="20sp"
  273. android:paddingTop="17dp"
  274. android:paddingLeft="10dp"
  275. />
  276.  
  277. <TextView
  278. android:id="@+id/textView34"
  279. android:layout_width="match_parent"
  280. android:layout_height="wrap_content"
  281. android:textAlignment="textEnd"
  282. android:text="4 000 точки" />
  283.  
  284. </LinearLayout>
  285.  
  286. <LinearLayout
  287. android:layout_width="match_parent"
  288. android:layout_height="0dp"
  289. android:layout_weight="1"
  290. android:weightSum="6"
  291. android:orientation="horizontal">
  292.  
  293. <ImageView
  294. android:id="@+id/imageView12"
  295. android:layout_width="50dp"
  296. android:layout_gravity="bottom"
  297. android:layout_height="wrap_content"
  298. app:srcCompat="@drawable/inspektor_rank_no_bg" />
  299.  
  300. <TextView
  301. android:id="@+id/textView35"
  302. android:layout_width="wrap_content"
  303. android:layout_height="match_parent"
  304. android:lineSpacingExtra="4dp"
  305. android:lineSpacingMultiplier="5"
  306. android:text="Главен инспектор"
  307. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  308. android:textSize="20sp"
  309. android:paddingTop="17dp"
  310. android:paddingLeft="10dp"
  311. />
  312.  
  313. <TextView
  314. android:id="@+id/textView36"
  315. android:layout_width="match_parent"
  316. android:layout_height="wrap_content"
  317. android:textAlignment="textEnd"
  318. android:text="5 000 точки" />
  319.  
  320. </LinearLayout>
  321.  
  322. <LinearLayout
  323. android:layout_width="match_parent"
  324. android:layout_height="0dp"
  325. android:layout_weight="1"
  326. android:weightSum="6"
  327. android:orientation="horizontal">
  328.  
  329. <ImageView
  330. android:id="@+id/imageView13"
  331. android:layout_width="50dp"
  332. android:layout_height="wrap_content"
  333. app:srcCompat="@drawable/komisar_rank_no_bg" />
  334.  
  335. <TextView
  336. android:id="@+id/textView37"
  337. android:layout_width="wrap_content"
  338. android:layout_height="match_parent"
  339. android:lineSpacingExtra="4dp"
  340. android:lineSpacingMultiplier="5"
  341. android:text="Комисар"
  342. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  343. android:textSize="20sp"
  344. android:paddingTop="17dp"
  345. android:paddingLeft="10dp"
  346. />
  347.  
  348. <TextView
  349. android:id="@+id/textView38"
  350. android:layout_width="match_parent"
  351. android:layout_height="wrap_content"
  352. android:textAlignment="textEnd"
  353. android:text="10 000 точки" />
  354.  
  355. </LinearLayout>
  356.  
  357. <LinearLayout
  358. android:layout_width="match_parent"
  359. android:layout_height="0dp"
  360. android:layout_weight="1"
  361. android:weightSum="6"
  362. android:orientation="horizontal">
  363.  
  364. <ImageView
  365. android:id="@+id/imageView14"
  366. android:layout_width="50dp"
  367. android:layout_height="wrap_content"
  368. android:layout_gravity="bottom"
  369. app:srcCompat="@drawable/glavensekretar_rank_no_bg_real"
  370. />
  371.  
  372. <TextView
  373. android:id="@+id/textView39"
  374. android:layout_width="wrap_content"
  375. android:layout_height="match_parent"
  376. android:lineSpacingExtra="4dp"
  377. android:lineSpacingMultiplier="5"
  378. android:text="Главен секретар"
  379. android:textAppearance="@style/TextAppearance.AppCompat.Headline"
  380. android:textSize="20sp"
  381. android:paddingTop="17dp"
  382. android:paddingLeft="10dp"
  383. />
  384.  
  385. <TextView
  386. android:id="@+id/textView40"
  387. android:layout_width="match_parent"
  388. android:layout_height="wrap_content"
  389.  
  390. android:textAlignment="textEnd"
  391. android:text="15 000 точки" />
  392.  
  393. </LinearLayout>
  394.  
  395.  
  396.  
  397. </LinearLayout>
  398.  
  399.  
  400. <LinearLayout
  401. android:layout_width="match_parent"
  402. android:layout_height="wrap_content"
  403. android:layout_weight="1"
  404. android:weightSum="6"
  405. android:gravity="bottom"
  406. android:orientation="horizontal">
  407.  
  408. <include layout="@layout/main_menu" />
  409. </LinearLayout>
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement