
Mostly migrate to Material 3/Material You. - Auxio should now follow dynamic colors on Android 12 - Accents have been regenerated to align with the new color roles - Some colors have been tweaked here and there to line up with the new design system - Dialogs were not fully migrated, but that's because Material3 dialogs look god-awful. - Accent class was reworked to take up less memory Now that this is out of the way, I can focus on other UI things before the release of 2.0.0.
11 lines
549 B
XML
11 lines
549 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="24dp"
|
|
android:height="24dp"
|
|
android:tint="?attr/colorPrimary"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24">
|
|
<path
|
|
android:fillColor="@android:color/white"
|
|
android:pathData="M10.85 12.65h2.3L12 9l-1.15 3.65zM20 8.69V4h-4.69L12 0.69 8.69 4H4v4.69L0.69 12 4 15.31V20h4.69L12 23.31 15.31 20H20v-4.69L23.31 12 20 8.69zM14.3 16l-0.7-2h-3.2l-0.7 2H7.8L11 7h2l3.2 9h-1.9z" />
|
|
</vector>
|