ic_all_apps_button.xml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!-- Copyright (C) 2022 The Android Open Source Project
  3. Licensed under the Apache License, Version 2.0 (the "License");
  4. you may not use this file except in compliance with the License.
  5. You may obtain a copy of the License at
  6. http://www.apache.org/licenses/LICENSE-2.0
  7. Unless required by applicable law or agreed to in writing, software
  8. distributed under the License is distributed on an "AS IS" BASIS,
  9. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  10. See the License for the specific language governing permissions and
  11. limitations under the License.
  12. -->
  13. <vector xmlns:android="http://schemas.android.com/apk/res/android"
  14. android:width="80dp"
  15. android:height="80dp"
  16. android:viewportWidth="80"
  17. android:viewportHeight="80"
  18. android:theme="@style/AllAppsTheme">
  19. <path
  20. android:pathData="M40,0.5L40,0.5c21.8,0 39.5,17.7 39.5,39.5l0,0c0,21.8 -17.7,39.5 -39.5,39.5l0,0C18.2,79.5 0.5,61.8 0.5,40l0,0C0.5,18.2 18.2,0.5 40,0.5z"
  21. android:fillColor="?attr/allAppsButtonBgColor"/>
  22. <path
  23. android:pathData="M26.8,32.1m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  24. android:fillColor="?attr/allAppsButtonColor1"/>
  25. <path
  26. android:pathData="M26.8,47.9m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  27. android:fillColor="?attr/allAppsButtonColor2"/>
  28. <path
  29. android:pathData="M40,32.1m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  30. android:fillColor="?attr/allAppsButtonColor3"/>
  31. <path
  32. android:pathData="M40,47.9m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  33. android:fillColor="?attr/allAppsButtonColor2"/>
  34. <path
  35. android:pathData="M53.2,32.1m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  36. android:fillColor="?attr/allAppsButtonColor4"/>
  37. <path
  38. android:pathData="M53.2,47.9m-5.3,0a5.3,5.3 0,1 1,10.6 0a5.3,5.3 0,1 1,-10.6 0"
  39. android:fillColor="?attr/allAppsButtonColor2"/>
  40. </vector>