
Update the album song layout to be more alike to other songs. Recently I migrated the TextView in the album songs to use 48dp sizing, like the other song views. However, this resulted in a lot of empty space that felt off. Fix this by adding a light background to the track number, which fills the room it takes up a bit more. It also hopefully primes the track number to take an indicator once multi-select is added.
9 lines
683 B
Markdown
9 lines
683 B
Markdown
# Licenses
|
|
Auxio uses a number of third-party libraries, which are listed below with their licenses:
|
|
|
|
| Library Name | Author(s) | Purpose | License |
|
|
|--------------|-----------|---------|---------|
|
|
| [ExoPlayer](https://github.com/google/ExoPlayer) | [Google](https://github.com/google) | Music Playback | Apache-2.0 |
|
|
| [Coil](https://github.com/coil-kt/coil) | [Square](https://github.com/coil-kt) | Image Loading | Apache-2.0 |
|
|
| [Spotless](https://github.com/diffplug/spotless) | [CiffPlug](https://github.com/diffplug) | Formatting | Apache-2.0 |
|
|
| [ktfmt](https://github.com/facebookincubator/ktfmt) | [Meta](https://github.com/facebookincubator) | Formatting | Apache-2.0 |
|