ui: re-add missing icons
Re-add icons that were lost during the branding update.
This commit is contained in:
parent
28ba8147f1
commit
01891e98e0
4 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
- Use new media notification panel style
|
||||
- Add predictive back navigation
|
||||
- Auxio has a new, more refined icon style
|
||||
- Added a way to access the system equalizer from the playback menu.
|
||||
|
||||
#### What's Improved
|
||||
- Playback bar now has a marquee effect
|
||||
- Play/pause button now changes from square to circle depending on the state
|
||||
- Added a way to access the system equalizer from the playback menu.
|
||||
|
||||
#### What's Fixed
|
||||
- Fixed "@android:string/<ok/cancel>" strings from appearing in dialog
|
||||
|
|
|
@ -51,6 +51,7 @@ I primarily built Auxio for myself, but you can use it too, I guess.
|
|||
- SD Card-aware folder management
|
||||
- Reliable playback state persistence
|
||||
- Full ReplayGain support (On MP3, MP4, FLAC, OGG, and OPUS)
|
||||
- Equalizer support (In external apps lime Wavelet)
|
||||
- Edge-to-edge
|
||||
- Embedded covers support
|
||||
- Search Functionality
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="@android:color/white"
|
||||
android:pathData="M 11.999922,3.0000008 V 13.000215 H 11.536969 10.05922 8.463326 l -2.462917,2.463012 v 1.521871 C 6.000391,16.990198 6,16.995198 6,17.000298 c 0,0.0051 0.0004090,0.01011 0.0004090,0.0152 v 1.521487 l 2.462917,2.463014 h 3.073643 l 2.46292,-2.463014 v -1.521487 c 0.0000190,-0.005 0.0003720,-0.0101 0.0003720,-0.0152 V 7.0002786 H 18 V 3.0003858 Z" />
|
||||
android:pathData="m 11.999924,3.3968505 v 9.2064905 a 0.39687604,0.39687604 0 0 1 -0.396876,0.396876 H 10.456092 8.860194 A 0.95811763,0.95811763 0 0 0 8.18269,13.280856 L 6.281022,15.182595 A 0.95816942,0.95816942 0 0 0 6.000394,15.86011 v 0.728126 C 5.999982,17.0003 5.999982,17.0003 5.999982,17.0003 c 4.12e-4,0.01519 4.12e-4,0.01519 4.12e-4,0.01519 v 1.124613 a 0.95817044,0.95817044 0 0 0 0.280628,0.677515 L 8.18269,20.719361 A 0.95811658,0.95811658 0 0 0 8.860194,21 h 2.279899 a 0.95811752,0.95811752 0 0 0 0.677504,-0.280639 l 1.901671,-1.901743 a 0.9581695,0.9581695 0 0 0 0.280628,-0.677515 v -0.72774 C 14.000268,17.0003 14.000268,17.0003 14.000268,17.0003 V 7.3971395 a 0.39687604,0.39687604 0 0 1 0.396876,-0.396876 h 3.205998 a 0.39687604,0.39687604 0 0 0 0.396876,-0.396876 V 3.3972355 A 0.3969015,0.3969015 0 0 0 17.603142,3.0003345 L 12.3968,3.0000005 a 0.39685057,0.39685057 0 0 0 -0.396876,0.39685 z" />
|
||||
</vector>
|
||||
|
|
|
@ -2,4 +2,5 @@
|
|||
<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<background android:drawable="@drawable/ic_launcher_background"/>
|
||||
<foreground android:drawable="@drawable/ic_launcher_foreground"/>
|
||||
<monochrome android:drawable="@drawable/ic_launcher_foreground" />
|
||||
</adaptive-icon>
|
Loading…
Reference in a new issue