Advertisement
Guest User

Untitled

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