Replace the pngs with xml drawables Change-Id: I71be32c36194d3b34b54287a09789f73087600ef
16 lines
505 B
XML
16 lines
505 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
SPDX-FileCopyrightText: Material Design Authors / Google LLC
|
|
SPDX-License-Identifier: Apache-2.0
|
|
-->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:viewportWidth="960"
|
|
android:viewportHeight="960"
|
|
android:autoMirrored="true">
|
|
<path
|
|
android:fillColor="#FFF"
|
|
android:pathData="M120,800L120,560L440,480L120,400L120,160L880,480L120,800Z"/>
|
|
</vector>
|