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

Commit 3a34c835 authored by Luca Stefani's avatar Luca Stefani
Browse files

Update bluetooth drawable

* Last minute change in AOSP wasn't pulled in

Change-Id: I428f39dc8e1a2dacbfbe449fd1f470e969eab34a
parent 8174c3f7
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -13,13 +13,15 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<!-- This drawable should only be used by the Bluetooth application for its share target icon. -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24">
    android:viewportHeight="24"
    android:tint="@android:color/accent_device_default">

    <path
        android:fillColor="@android:color/accent_device_default"
        android:fillColor="@android:color/white"
        android:pathData="M17.71,7.71L12,2h-1v7.59L6.41,5L5,6.41L10.59,12L5,17.59L6.41,19L11,14.41V22h1l5.71-5.71L13.41,12L17.71,7.71z M13,5.83 l1.88,1.88L13,9.59V5.83z M14.88,16.29L13,18.17v-3.76L14.88,16.29z" />
</vector>
 No newline at end of file