Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
883
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. ## Name ## ##
  2. # description ##
  3. X,Y,width,height ##
  4. #######################
  5.  
  6. ## Notification bar ##
  7. 0,0,1140,100
  8.  
  9. ## "T-Mobile" ##
  10. # my carrier; mmv
  11. 37,30,209,43
  12.  
  13. ## Battery icon ##
  14. 1352,17,40,64
  15.  
  16. ## Clock ##
  17. # military time currently 01:03, "Sat, Apr 18"
  18. # Just time
  19. 44,113,333,108
  20. # time & date
  21. 44,113,641,119
  22. # time & date: 10:57 AM Fri, Apr 17
  23. 44,113,757,119
  24. # ultimately, I wanna use this one...
  25. 44,113,757,119
  26.  
  27. ## Notifications ##
  28. # There are two preview boxes and a bar for overflow
  29. # Full section
  30. 32,256,1376,656
  31. # First preview
  32. 32,256,1376,256
  33. # space between first and second preview
  34. 32,512,1376,16
  35. # Second preview
  36. 32,528,1376,256
  37. # space between second preview and overflow bar
  38. 32,784,1376,16
  39. # overflow bar
  40. 32,800,1376,112
  41.  
  42. ## "CLEAR" ##
  43. # Appears beneath notifications
  44. 1230,960,177,43
  45.  
  46. ## Thumb print ##
  47. Square where thumb print icon appears
  48. 604,1702,232,277
  49.  
  50. ## "ENTER BACKUP PASSWORD" ##
  51. # just the icon
  52. 253,1539,98,68
  53. # just the text
  54. 387,1555,799,46
  55. # icon + text
  56. 253,1539,993,68
  57.  
  58. ## Left Circle ##
  59. # quick access for phone
  60. 69,2257,221,221
  61. ## Triangles above left circle ##
  62. # Top triangle
  63. # (left corner),(right corner),(top)
  64. (154,2132),(206,2132),(180,2107)
  65. # Bottom triangle
  66. (154,2212),(206,2212),(180,2186)
  67.  
  68. ## Right Circle ##
  69. # quick access to the camera
  70. 1149,2257,221,221
  71. ## Triangles above right circle ##
  72. # top triangle
  73. (1234,2132),(1286,2132),(1260,2107)
  74. # bottom triangle
  75. (1234,2212),(1286,2212),(1260,2186)
  76.  
  77. ## Lock ##
  78. # lock is an awkward shape. I'll give more specific details on its dimensions
  79. # Square
  80. 971,2334,80,65
  81. # poles' X coordinates
  82. 982,995,1027,1041
  83. # Top-most Y
  84. 2298
  85.  
  86. ## Bottom traingle ##
  87. # points to thumb print reader
  88. (685,2445),(755,2445),(721,2497)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement