Replace the pngs with xml drawables Change-Id: I71be32c36194d3b34b54287a09789f73087600ef
15 lines
462 B
XML
15 lines
462 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="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="#FFF"
|
|
android:pathData="M19,13H13V19H11V13H5V11H11V5H13V11H19V13Z" />
|
|
</vector>
|