Advertisement
tlmarker1968

Untitled

Nov 16th, 2019
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.55 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:layout_width="match_parent"
  4. android:layout_height="match_parent"
  5. android:background="@color/Phoenix_Black"
  6. android:baselineAligned="false"
  7. android:orientation="horizontal">
  8.  
  9. <LinearLayout
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:orientation="vertical">
  13.  
  14. <LinearLayout
  15. android:layout_width="wrap_content"
  16. android:layout_height="wrap_content"
  17. android:orientation="horizontal">
  18.  
  19. <androidx.recyclerview.widget.RecyclerView
  20. android:id="@+id/recyclerViewSuppliers"
  21. android:layout_width="130dp"
  22. android:layout_height="wrap_content"
  23. android:orientation="vertical" />
  24.  
  25. <androidx.recyclerview.widget.RecyclerView
  26. android:id="@+id/recyclerViewCategories"
  27. android:layout_width="130dp"
  28. android:layout_height="wrap_content"
  29. android:orientation="vertical" />
  30. </LinearLayout>
  31.  
  32. <LinearLayout
  33. android:layout_width="wrap_content"
  34. android:layout_height="wrap_content"
  35. android:orientation="horizontal">
  36.  
  37. <androidx.recyclerview.widget.RecyclerView
  38. android:id="@+id/recyclerViewSubcategories"
  39. android:layout_width="130dp"
  40. android:layout_height="wrap_content"
  41. android:orientation="vertical" />
  42.  
  43. <androidx.recyclerview.widget.RecyclerView
  44. android:id="@+id/recyclerViewItems"
  45. android:layout_width="130dp"
  46. android:layout_height="wrap_content"
  47. android:orientation="vertical" />
  48. </LinearLayout>
  49. </LinearLayout>
  50.  
  51. <LinearLayout
  52. android:layout_width="0dp"
  53. android:layout_height="match_parent"
  54. android:layout_weight="4"
  55. android:orientation="vertical">
  56.  
  57. <HorizontalScrollView
  58. android:layout_width="570dp"
  59. android:layout_height="wrap_content">
  60.  
  61. <LinearLayout
  62. android:layout_width="wrap_content"
  63. android:layout_height="wrap_content"
  64. android:background="@drawable/x_item_details"
  65. android:orientation="vertical"
  66. android:paddingBottom="10dp">
  67.  
  68. <LinearLayout
  69. android:layout_width="match_parent"
  70. android:layout_height="wrap_content"
  71. android:orientation="horizontal">
  72.  
  73. <TextView
  74. android:id="@+id/textItemDetails"
  75. android:layout_width="wrap_content"
  76. android:layout_height="wrap_content"
  77. android:layout_marginStart="10dp"
  78. android:fontFamily="@font/okuda"
  79. android:gravity="center_horizontal"
  80. android:padding="0dp"
  81. android:text="@string/item_details"
  82. android:textColor="@color/Phoenix_Black"
  83. android:textDirection="locale"
  84. android:textSize="24sp" />
  85.  
  86. <LinearLayout
  87. android:layout_width="wrap_content"
  88. android:layout_height="wrap_content"
  89. android:orientation="vertical">
  90.  
  91. <LinearLayout
  92. android:layout_width="wrap_content"
  93. android:layout_height="wrap_content"
  94. android:orientation="horizontal"
  95. android:paddingTop="10dp">
  96.  
  97. <TextView
  98. android:layout_width="wrap_content"
  99. android:layout_height="wrap_content"
  100. android:layout_marginStart="15dp"
  101. android:fontFamily="@font/okuda"
  102. android:text="@string/item_number"
  103. android:textColor="@color/Phoenix_Black"
  104. android:textSize="24sp" />
  105.  
  106. <TextView
  107. android:id="@+id/textItemNumber"
  108. android:layout_width="50dp"
  109. android:layout_height="wrap_content"
  110. android:layout_marginStart="5dp"
  111. android:background="@color/Phoenix_White"
  112. android:fontFamily="@font/okuda"
  113. android:paddingStart="5dp"
  114. android:paddingEnd="5dp"
  115. android:textColor="@color/Phoenix_Black"
  116. android:textSize="24sp" />
  117. </LinearLayout>
  118.  
  119. <LinearLayout
  120. android:layout_width="wrap_content"
  121. android:layout_height="wrap_content"
  122. android:orientation="horizontal">
  123.  
  124. <TextView
  125. android:layout_width="wrap_content"
  126. android:layout_height="wrap_content"
  127. android:layout_marginStart="15dp"
  128. android:fontFamily="@font/okuda"
  129. android:text="@string/case_count"
  130. android:textColor="@color/Phoenix_Black"
  131. android:textSize="24sp" />
  132.  
  133. <TextView
  134. android:id="@+id/textCaseCount"
  135. android:layout_width="50dp"
  136. android:layout_height="wrap_content"
  137. android:layout_marginStart="5dp"
  138. android:background="@color/Phoenix_White"
  139. android:fontFamily="@font/okuda"
  140. android:paddingStart="5dp"
  141. android:paddingEnd="5dp"
  142. android:textColor="@color/Phoenix_Black"
  143. android:textSize="24sp" />
  144. </LinearLayout>
  145.  
  146. <LinearLayout
  147. android:layout_width="wrap_content"
  148. android:layout_height="wrap_content"
  149. android:orientation="horizontal">
  150.  
  151. <TextView
  152. android:layout_width="wrap_content"
  153. android:layout_height="wrap_content"
  154. android:layout_marginStart="15dp"
  155. android:fontFamily="@font/okuda"
  156. android:text="@string/item_description"
  157. android:textColor="@color/Phoenix_Black"
  158. android:textSize="24sp" />
  159.  
  160. <TextView
  161. android:id="@+id/textItemDescription"
  162. android:layout_width="250dp"
  163. android:layout_height="wrap_content"
  164. android:layout_marginStart="5dp"
  165. android:background="@color/Phoenix_White"
  166. android:fontFamily="@font/okuda"
  167. android:paddingStart="5dp"
  168. android:paddingEnd="5dp"
  169. android:textColor="@color/Phoenix_Black"
  170. android:textSize="24sp" />
  171. </LinearLayout>
  172. </LinearLayout>
  173.  
  174. </LinearLayout>
  175.  
  176. <LinearLayout
  177. android:layout_width="wrap_content"
  178. android:layout_height="wrap_content"
  179. android:baselineAligned="false"
  180. android:orientation="horizontal">
  181.  
  182. <TableLayout
  183. android:id="@+id/itemPricing"
  184. android:layout_width="wrap_content"
  185. android:layout_height="match_parent">
  186.  
  187. <TableRow
  188. android:id="@+id/Row1"
  189. android:layout_width="match_parent"
  190. android:layout_height="match_parent"
  191. android:layout_marginStart="24sp"
  192. android:layout_marginEnd="24sp">
  193.  
  194. <TextView
  195. android:layout_width="200sp"
  196. android:layout_height="wrap_content"
  197. android:background="@drawable/x_border"
  198. android:fontFamily="@font/okuda"
  199. android:text="@string/tier"
  200. android:textAlignment="center"
  201. android:textColor="@color/Phoenix_Black"
  202. android:textSize="24sp" />
  203.  
  204. <TextView
  205. android:layout_width="100dp"
  206. android:layout_height="match_parent"
  207. android:background="@drawable/x_border"
  208. android:fontFamily="@font/okuda"
  209. android:text="@string/count"
  210. android:textAlignment="center"
  211. android:textColor="@color/Phoenix_Black"
  212. android:textSize="24sp" />
  213.  
  214. <TextView
  215. android:layout_width="100dp"
  216. android:layout_height="wrap_content"
  217. android:background="@drawable/x_border"
  218. android:fontFamily="@font/okuda"
  219. android:text="@string/cost"
  220. android:textAlignment="center"
  221. android:textColor="@color/Phoenix_Black"
  222. android:textSize="24sp" />
  223. </TableRow>
  224.  
  225. <TableRow
  226. android:id="@+id/Row2"
  227. android:layout_width="match_parent"
  228. android:layout_height="match_parent"
  229. android:layout_marginStart="24sp"
  230. android:layout_marginEnd="24sp">
  231.  
  232. <TextView
  233. android:layout_width="200sp"
  234. android:layout_height="wrap_content"
  235. android:background="@drawable/x_border"
  236. android:fontFamily="@font/okuda"
  237. android:text="@string/tier1"
  238. android:textAlignment="center"
  239. android:textColor="@color/Phoenix_Black"
  240. android:textSize="24sp" />
  241.  
  242. <TextView
  243. android:id="@+id/textTier1Count"
  244. android:layout_width="100dp"
  245. android:layout_height="wrap_content"
  246. android:background="@drawable/x_border"
  247. android:fontFamily="@font/okuda"
  248. android:text=""
  249. android:textAlignment="center"
  250. android:textColor="@color/Phoenix_Black"
  251. android:textSize="24sp" />
  252.  
  253. <TextView
  254. android:id="@+id/textTier1Cost"
  255. android:layout_width="100dp"
  256. android:layout_height="wrap_content"
  257. android:background="@drawable/x_border"
  258. android:fontFamily="@font/okuda"
  259. android:text=""
  260. android:textAlignment="center"
  261. android:textColor="@color/Phoenix_Black"
  262. android:textSize="24sp" />
  263. </TableRow>
  264.  
  265. <TableRow
  266. android:id="@+id/Row3"
  267. android:layout_width="match_parent"
  268. android:layout_height="match_parent"
  269. android:layout_marginStart="24sp"
  270. android:layout_marginEnd="24sp">
  271.  
  272. <TextView
  273. android:layout_width="200sp"
  274. android:layout_height="wrap_content"
  275. android:background="@drawable/x_border"
  276. android:fontFamily="@font/okuda"
  277. android:text="@string/tier2"
  278. android:textAlignment="center"
  279. android:textColor="@color/Phoenix_Black"
  280. android:textSize="24sp" />
  281.  
  282. <TextView
  283. android:id="@+id/textTier2Count"
  284. android:layout_width="100dp"
  285. android:layout_height="wrap_content"
  286. android:background="@drawable/x_border"
  287. android:fontFamily="@font/okuda"
  288. android:text=""
  289. android:textAlignment="center"
  290. android:textColor="@color/Phoenix_Black"
  291. android:textSize="24sp" />
  292.  
  293. <TextView
  294. android:id="@+id/textTier2Cost"
  295. android:layout_width="100dp"
  296. android:layout_height="wrap_content"
  297. android:background="@drawable/x_border"
  298. android:fontFamily="@font/okuda"
  299. android:text=""
  300. android:textAlignment="center"
  301. android:textColor="@color/Phoenix_Black"
  302. android:textSize="24sp" />
  303. </TableRow>
  304.  
  305. <TableRow
  306. android:id="@+id/Row4"
  307. android:layout_width="wrap_content"
  308. android:layout_height="wrap_content"
  309. android:layout_marginStart="24sp"
  310. android:layout_marginBottom="24sp">
  311.  
  312. <TextView
  313. android:layout_width="200dp"
  314. android:layout_height="wrap_content"
  315. android:background="@drawable/x_border"
  316. android:fontFamily="@font/okuda"
  317. android:text="@string/tier3"
  318. android:textAlignment="center"
  319. android:textColor="@color/Phoenix_Black"
  320. android:textSize="24sp" />
  321.  
  322. <TextView
  323. android:id="@+id/textTier3Count"
  324. android:layout_width="100dp"
  325. android:layout_height="wrap_content"
  326. android:background="@drawable/x_border"
  327. android:fontFamily="@font/okuda"
  328. android:text=""
  329. android:textAlignment="center"
  330. android:textColor="@color/Phoenix_Black"
  331. android:textSize="24sp" />
  332.  
  333. <TextView
  334. android:id="@+id/textTier3Cost"
  335. android:layout_width="100dp"
  336. android:layout_height="wrap_content"
  337. android:background="@drawable/x_border"
  338. android:fontFamily="@font/okuda"
  339. android:text=""
  340. android:textAlignment="center"
  341. android:textColor="@color/Phoenix_Black"
  342. android:textSize="24sp" />
  343. </TableRow>
  344. </TableLayout>
  345.  
  346. <LinearLayout
  347. android:layout_width="wrap_content"
  348. android:layout_height="wrap_content"
  349. android:orientation="vertical"
  350. android:paddingTop="10dp">
  351.  
  352. <TextView
  353. android:layout_width="75dp"
  354. android:layout_height="wrap_content"
  355. android:gravity="center"
  356. android:paddingBottom="12dp"
  357. android:text="@string/on_order"
  358. android:textSize="12sp" />
  359.  
  360. <TextView
  361. android:id="@+id/textviewCount"
  362. android:layout_width="75dp"
  363. android:layout_height="88dp"
  364. android:gravity="center"
  365. android:text="@string/text_zero"
  366. android:textSize="36sp" />
  367. </LinearLayout>
  368. </LinearLayout>
  369. </LinearLayout>
  370. </HorizontalScrollView>
  371.  
  372. <HorizontalScrollView
  373. android:layout_width="wrap_content"
  374. android:layout_height="wrap_content">
  375.  
  376. <LinearLayout
  377. android:layout_width="wrap_content"
  378. android:layout_height="wrap_content"
  379. android:background="@drawable/x_item_details"
  380. android:orientation="vertical">
  381.  
  382. <TableRow
  383. android:id="@+id/TableHeader"
  384. android:layout_width="wrap_content"
  385. android:layout_height="wrap_content"
  386. android:layout_marginStart="5dp"
  387. android:layout_marginTop="5dp"
  388. android:gravity="center">
  389.  
  390. <TextView
  391. android:id="@+id/textviewHeaderLineNo"
  392. android:layout_width="75dp"
  393. android:layout_height="wrap_content"
  394. android:background="@drawable/x_border"
  395. android:fontFamily="@font/okuda"
  396. android:gravity="center"
  397. android:text="@string/line_no"
  398. android:textColor="@color/Phoenix_Black"
  399. android:textSize="24sp" />
  400.  
  401. <TextView
  402. android:id="@+id/textviewHeaderSupplier"
  403. android:layout_width="200dp"
  404. android:layout_height="wrap_content"
  405. android:background="@drawable/x_border"
  406. android:fontFamily="@font/okuda"
  407. android:gravity="center"
  408. android:text="@string/supplier"
  409. android:textColor="@color/Phoenix_Black"
  410. android:textSize="24sp" />
  411.  
  412. <TextView
  413. android:id="@+id/textviewHeaderItem"
  414. android:layout_width="140dp"
  415. android:layout_height="wrap_content"
  416. android:background="@drawable/x_border"
  417. android:fontFamily="@font/okuda"
  418. android:gravity="center"
  419. android:text="@string/item"
  420. android:textColor="@color/Phoenix_Black"
  421. android:textSize="24sp" />
  422.  
  423. <TextView
  424. android:id="@+id/textviewHeaderCount"
  425. android:layout_width="100dp"
  426. android:layout_height="wrap_content"
  427. android:background="@drawable/x_border"
  428. android:fontFamily="@font/okuda"
  429. android:gravity="center"
  430. android:text="@string/count"
  431. android:textColor="@color/Phoenix_Black"
  432. android:textSize="24sp" />
  433. </TableRow>
  434.  
  435. <androidx.recyclerview.widget.RecyclerView
  436. android:id="@+id/recyclerViewOrder"
  437. android:layout_width="match_parent"
  438. android:layout_height="310dp"
  439. android:layout_marginBottom="5dp"
  440. android:orientation="vertical"
  441. android:paddingStart="5dp"
  442. android:paddingEnd="5dp" />
  443. </LinearLayout>
  444. </HorizontalScrollView>
  445. </LinearLayout>
  446. <LinearLayout
  447. android:layout_width="match_parent"
  448. android:layout_height="match_parent"
  449. android:orientation="vertical">
  450. <ScrollView
  451. android:layout_width="wrap_content"
  452. android:layout_height="0dp"
  453. android:layout_weight="1">
  454. <LinearLayout
  455. android:layout_width="wrap_content"
  456. android:layout_height="wrap_content"
  457. android:orientation="vertical">
  458. <LinearLayout
  459. android:layout_width="match_parent"
  460. android:layout_height="wrap_content"
  461. android:orientation="horizontal"
  462. style="?android:attr/buttonBarStyle">
  463. <Button
  464. android:id="@+id/buttonAdd1"
  465. android:layout_width="62dp"
  466. android:layout_height="wrap_content"
  467. android:layout_marginTop="5dp"
  468. android:layout_marginEnd="5dp"
  469. android:paddingTop="45dp"
  470. android:enabled="false"
  471. android:fontFamily="@font/okuda"
  472. android:text="@string/num1"
  473. android:textSize="18sp"
  474. android:background="@drawable/x_add_button"
  475. style="?android:attr/buttonBarButtonStyle" />
  476. <Button
  477. android:id="@+id/buttonMinus1"
  478. android:layout_width="62dp"
  479. android:layout_height="wrap_content"
  480. android:layout_marginTop="5dp"
  481. android:layout_marginEnd="5dp"
  482. android:paddingTop="45dp"
  483. android:enabled="false"
  484. android:fontFamily="@font/okuda"
  485. android:text="@string/num1"
  486. android:textSize="18sp"
  487. android:background="@drawable/x_minus_button"
  488. style="?android:attr/buttonBarButtonStyle" />
  489. </LinearLayout>
  490. <LinearLayout
  491. android:layout_width="match_parent"
  492. android:layout_height="wrap_content"
  493. android:orientation="horizontal"
  494. style="?android:attr/buttonBarStyle">
  495. <Button
  496. android:id="@+id/buttonAdd2"
  497. android:layout_width="62dp"
  498. android:layout_height="wrap_content"
  499. android:layout_marginTop="5dp"
  500. android:layout_marginEnd="5dp"
  501. android:paddingTop="45dp"
  502. android:enabled="false"
  503. android:fontFamily="@font/okuda"
  504. android:text="@string/num2"
  505. android:textSize="18sp"
  506. android:background="@drawable/x_add_button"
  507. style="?android:attr/buttonBarStyle"/>
  508. <Button
  509. android:id="@+id/buttonMinus2"
  510. android:layout_width="62dp"
  511. android:layout_height="wrap_content"
  512. android:layout_marginTop="5dp"
  513. android:layout_marginEnd="5dp"
  514. android:paddingTop="45dp"
  515. android:enabled="false"
  516. android:fontFamily="@font/okuda"
  517. android:text="@string/num2"
  518. android:textSize="18sp"
  519. android:background="@drawable/x_minus_button"
  520. style="?android:attr/buttonBarStyle" />
  521. </LinearLayout>
  522. <LinearLayout
  523. android:layout_width="match_parent"
  524. android:layout_height="wrap_content"
  525. android:orientation="horizontal"
  526. style="?android:attr/buttonBarStyle">
  527. <Button
  528. android:id="@+id/buttonAdd4"
  529. android:layout_width="62dp"
  530. android:layout_height="wrap_content"
  531. android:layout_marginTop="5dp"
  532. android:layout_marginEnd="5dp"
  533. android:paddingTop="45dp"
  534. android:enabled="false"
  535. android:fontFamily="@font/okuda"
  536. android:text="@string/num4"
  537. android:textSize="18sp"
  538. android:background="@drawable/x_add_button"
  539. style="?android:attr/buttonBarButtonStyle"/>
  540. <Button
  541. android:id="@+id/buttonMinus4"
  542. android:layout_width="62dp"
  543. android:layout_height="wrap_content"
  544. android:layout_marginTop="5dp"
  545. android:layout_marginEnd="5dp"
  546. android:paddingTop="45dp"
  547. android:enabled="false"
  548. android:fontFamily="@font/okuda"
  549. android:text="@string/num4"
  550. android:textSize="18sp"
  551. android:background="@drawable/x_minus_button"
  552. style="?android:attr/buttonBarButtonStyle" />
  553. </LinearLayout>
  554. <LinearLayout
  555. android:layout_width="match_parent"
  556. android:layout_height="wrap_content"
  557. android:orientation="horizontal"
  558. style="?android:attr/buttonBarStyle">
  559. <Button
  560. android:id="@+id/buttonAdd8"
  561. android:layout_width="62dp"
  562. android:layout_height="wrap_content"
  563. android:layout_marginTop="5dp"
  564. android:layout_marginEnd="5dp"
  565. android:paddingTop="45dp"
  566. android:enabled="false"
  567. android:fontFamily="@font/okuda"
  568. android:text="@string/num8"
  569. android:textSize="18sp"
  570. android:background="@drawable/x_add_button"
  571. style="?android:attr/buttonBarButtonStyle" />
  572. <Button
  573. android:id="@+id/buttonMinus8"
  574. android:layout_width="62dp"
  575. android:layout_height="wrap_content"
  576. android:layout_marginTop="5dp"
  577. android:layout_marginEnd="5dp"
  578. android:paddingTop="45dp"
  579. android:enabled="false"
  580. android:fontFamily="@font/okuda"
  581. android:text="@string/num8"
  582. android:textSize="18sp"
  583. android:background="@drawable/x_minus_button"
  584. style="?android:attr/buttonBarButtonStyle" />
  585. </LinearLayout>
  586. <LinearLayout
  587. android:layout_width="match_parent"
  588. android:layout_height="wrap_content"
  589. android:orientation="horizontal"
  590. style="?android:attr/buttonBarStyle">
  591. <Button
  592. android:id="@+id/buttonAdd16"
  593. android:layout_width="62dp"
  594. android:layout_height="wrap_content"
  595. android:layout_marginTop="5dp"
  596. android:layout_marginEnd="5dp"
  597. android:paddingTop="45dp"
  598. android:enabled="false"
  599. android:fontFamily="@font/okuda"
  600. android:text="@string/num16"
  601. android:textSize="18sp"
  602. android:background="@drawable/x_add_button"
  603. style="?android:attr/buttonBarButtonStyle" />
  604. <Button
  605. android:id="@+id/buttonMinus16"
  606. android:layout_width="62dp"
  607. android:layout_height="wrap_content"
  608. android:layout_marginTop="5dp"
  609. android:layout_marginEnd="5dp"
  610. android:paddingTop="45dp"
  611. android:enabled="false"
  612. android:fontFamily="@font/okuda"
  613. android:text="@string/num16"
  614. android:textSize="18sp"
  615. android:background="@drawable/x_minus_button"
  616. style="?android:attr/buttonBarButtonStyle" />
  617. </LinearLayout>
  618. <LinearLayout
  619. android:layout_width="match_parent"
  620. android:layout_height="wrap_content"
  621. android:orientation="horizontal"
  622. style="?android:attr/buttonBarStyle">
  623. <Button
  624. android:id="@+id/buttonAdd32"
  625. android:layout_width="62dp"
  626. android:layout_height="wrap_content"
  627. android:layout_marginTop="5dp"
  628. android:layout_marginEnd="5dp"
  629. android:paddingTop="45dp"
  630. android:enabled="false"
  631. android:fontFamily="@font/okuda"
  632. android:text="@string/num32"
  633. android:textSize="18sp"
  634. android:background="@drawable/x_add_button"
  635. style="?android:attr/buttonBarButtonStyle" />
  636. <Button
  637. android:id="@+id/buttonMinus32"
  638. android:layout_width="62dp"
  639. android:layout_height="wrap_content"
  640. android:layout_marginTop="5dp"
  641. android:layout_marginEnd="5dp"
  642. android:paddingTop="45dp"
  643. android:enabled="false"
  644. android:fontFamily="@font/okuda"
  645. android:text="@string/num32"
  646. android:textSize="18sp"
  647. android:background="@drawable/x_minus_button"
  648. style="?android:attr/buttonBarButtonStyle" />
  649. </LinearLayout>
  650. </LinearLayout>
  651. </ScrollView>
  652. <Button
  653. android:id="@+id/buttonOrder"
  654. android:layout_width="129dp"
  655. android:layout_height="wrap_content"
  656. android:layout_marginEnd="5dp"
  657. android:layout_marginBottom="5dp"
  658. android:background="@drawable/x_red_button"
  659. android:enabled="false"
  660. android:fontFamily="@font/okuda"
  661. android:paddingTop="45dp"
  662. android:text="@string/order"
  663. android:textColor="#000000"
  664. android:textSize="18sp"
  665. android:textStyle="bold" />
  666. <Button
  667. android:id="@+id/buttonExit"
  668. android:layout_width="129dp"
  669. android:layout_height="wrap_content"
  670. android:layout_marginEnd="5dp"
  671. android:layout_marginBottom="5dp"
  672. android:background="@drawable/x_green_button"
  673. android:fontFamily="@font/okuda"
  674. android:paddingTop="45dp"
  675. android:text="@string/exit"
  676. android:textColor="#000000"
  677. android:textSize="18sp"
  678. android:textStyle="bold" />
  679. </LinearLayout>
  680. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement