ic_wallpaper.xml 1.3 KB

123456789101112131415161718192021222324252627
  1. <!--
  2. Copyright (C) 2016 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="@dimen/options_menu_icon_size"
  15. android:height="@dimen/options_menu_icon_size"
  16. android:viewportWidth="24.0"
  17. android:viewportHeight="24.0"
  18. android:tint="?android:attr/textColorPrimary">
  19. <path
  20. android:fillColor="@android:color/white"
  21. android:pathData="M9,12.71l2.14,2.58l3-3.87L18,16.57H6L9,12.71z M5,5h6V3H5C3.9,3,3,3.9,3,5v6h2V5z M19,19h-6v2h6c1.1,0,2-0.9,2-2v-6h-2V19z
  22. M5,19v-6H3v6c0,1.1,0.9,2,2,2h6v-2H5z M19,5v6h2V5c0-1.1-0.9-2-2-2h-6v2H19z M16,9c0.55,0,1-0.45,1-1s-0.45-1-1-1
  23. c-0.55,0-1,0.45-1,1S15.45,9,16,9z"/>
  24. </vector>