devices.json 885 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "pixel6pro": {
  3. "width": 1440,
  4. "height": 3120,
  5. "density": 560,
  6. "name": "pixel6pro",
  7. "cutout": "0, 130, 0, 0",
  8. "grids": [
  9. "normal",
  10. "reasonable",
  11. "practical",
  12. "big",
  13. "crazy_big"
  14. ],
  15. "resourceOverrides": {
  16. "status_bar_height": 98,
  17. "navigation_bar_height_landscape": 56,
  18. "navigation_bar_height": 56,
  19. "navigation_bar_width": 56
  20. }
  21. },
  22. "test": {
  23. "data needs updating": 0
  24. },
  25. "pixel5": {
  26. "width": 1080,
  27. "height": 2340,
  28. "density": 440,
  29. "name": "pixel5",
  30. "cutout": "0, 136, 0, 0",
  31. "grids": [
  32. "normal",
  33. "reasonable",
  34. "practical",
  35. "big",
  36. "crazy_big"
  37. ],
  38. "resourceOverrides": {
  39. "status_bar_height": 66,
  40. "navigation_bar_height_landscape": 44,
  41. "navigation_bar_height": 44,
  42. "navigation_bar_width": 44
  43. }
  44. }
  45. }