Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd881f89 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 20d26282: Merge "Update global actions bug report item." into lmp-preview-dev

* commit '20d26282b31dcd7f7d258c3878f15b42211b23d0':
  Update global actions bug report item.
parents 0dcecc1c 66268f5d
Loading
Loading
Loading
Loading
−170 B
Loading image diff...
−147 B
Loading image diff...
−194 B
Loading image diff...
−327 B
Loading image diff...
+23 −14
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2014 The Android Open Source Project
<!--
Copyright (C) 2014 The Android Open Source Project

   Licensed under the Apache License, Version 2.0 (the "License");
    you may not use this file except in compliance with the License.
@@ -13,7 +13,16 @@
    See the License for the specific language governing permissions and
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android" >
    <size
        android:width="32dp"
        android:height="32dp"/>

<bitmap xmlns:android="http://schemas.android.com/apk/res/android"
    android:src="@drawable/ic_lock_bugreport_alpha"
    android:tint="?attr/colorControlNormal" />
    <viewport
        android:viewportWidth="24.0"
        android:viewportHeight="24.0"/>

    <path
        android:fill="?attr/colorControlNormal"
        android:pathData="M20.0,8.0l-2.8,0.0c-0.5,-0.8 -1.1,-1.5 -1.8,-2.0L17.0,4.4L15.6,3.0l-2.2,2.2C13.0,5.1 12.5,5.0 12.0,5.0s-1.0,0.1 -1.4,0.2L8.4,3.0L7.0,4.4L8.6,6.0C7.9,6.5 7.3,7.2 6.8,8.0L4.0,8.0l0.0,2.0l2.1,0.0C6.0,10.3 6.0,10.7 6.0,11.0l0.0,1.0L4.0,12.0l0.0,2.0l2.0,0.0l0.0,1.0c0.0,0.3 0.0,0.7 0.1,1.0L4.0,16.0l0.0,2.0l2.8,0.0c1.0,1.8 3.0,3.0 5.2,3.0s4.2,-1.2 5.2,-3.0L20.0,18.0l0.0,-2.0l-2.1,0.0c0.1,-0.3 0.1,-0.7 0.1,-1.0l0.0,-1.0l2.0,0.0l0.0,-2.0l-2.0,0.0l0.0,-1.0c0.0,-0.3 0.0,-0.7 -0.1,-1.0L20.0,10.0L20.0,8.0zM14.0,16.0l-4.0,0.0l0.0,-2.0l4.0,0.0L14.0,16.0zM14.0,12.0l-4.0,0.0l0.0,-2.0l4.0,0.0L14.0,12.0z"/>
</vector>
Loading