paddings_6x5.xml 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ Copyright (C) 2022 The Android Open Source Project
  4. ~
  5. ~ Licensed under the Apache License, Version 2.0 (the "License");
  6. ~ you may not use this file except in compliance with the License.
  7. ~ You may obtain a copy of the License at
  8. ~
  9. ~ http://www.apache.org/licenses/LICENSE-2.0
  10. ~
  11. ~ Unless required by applicable law or agreed to in writing, software
  12. ~ distributed under the License is distributed on an "AS IS" BASIS,
  13. ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  14. ~ See the License for the specific language governing permissions and
  15. ~ limitations under the License.
  16. -->
  17. <device-paddings xmlns:launcher="http://schemas.android.com/apk/res-auto" >
  18. <!-- Some non default screen sizes -->
  19. <device-padding
  20. launcher:maxEmptySpace="30dp">
  21. <workspaceTopPadding
  22. launcher:a="0.34"
  23. launcher:b="0"/>
  24. <workspaceBottomPadding
  25. launcher:a="0.26"
  26. launcher:b="0"/>
  27. <hotseatBottomPadding
  28. launcher:a="0.4"
  29. launcher:b="0"/>
  30. </device-padding>
  31. <device-padding
  32. launcher:maxEmptySpace="170dp">
  33. <workspaceTopPadding
  34. launcher:a="0"
  35. launcher:b="20dp"/>
  36. <workspaceBottomPadding
  37. launcher:a="0.4"
  38. launcher:b="0"
  39. launcher:c="20dp"/>
  40. <hotseatBottomPadding
  41. launcher:a="0.6"
  42. launcher:b="0"
  43. launcher:c="20dp"/>
  44. </device-padding>
  45. <device-padding
  46. launcher:maxEmptySpace="410dp">
  47. <workspaceTopPadding
  48. launcher:a="0"
  49. launcher:b="112dp"/>
  50. <workspaceBottomPadding
  51. launcher:a="0.4"
  52. launcher:b="0"
  53. launcher:c="112dp"/>
  54. <hotseatBottomPadding
  55. launcher:a="0.6"
  56. launcher:b="0"
  57. launcher:c="112dp"/>
  58. </device-padding>
  59. <device-padding
  60. launcher:maxEmptySpace="9999dp">
  61. <workspaceTopPadding
  62. launcher:a="0.40"
  63. launcher:c="36dp"/>
  64. <workspaceBottomPadding
  65. launcher:a="0.60"
  66. launcher:c="36dp"/>
  67. <hotseatBottomPadding
  68. launcher:a="0"
  69. launcher:b="36dp"/>
  70. </device-padding>
  71. </device-paddings>