ref: e4d7079147c16b0d67cd39e35f5d943644d24c68
app/src/main/res/drawable/arrow.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
<!-- SPDX-FileCopyrightText: Google SPDX-License-Identifier: Apache-2.0 --> <vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:tint="?attr/colorOnSurface" android:viewportWidth="960" android:viewportHeight="960"> <path android:fillColor="@android:color/white" android:pathData="M440,880L440,233L256,416L200,360L480,80L760,360L704,417L520,233L520,880L440,880Z" /> </vector> |