Enrico D'Ortenzio
Enrico D'Ortenzio
Screenshot? Sorry, I have only 1 phone and it's a small screen device 😆
Ok, gonna add an option for that!
The current album, the artist's music, or the music on the device?
Hi, thanks for the report. Unfortunately Android APIs are a little bit limited. I tried to extract the size of the audio files to calculate bitrate - size/lenght (s) -...
Don't know if it is possible, but I'm gonna look into it :)
Adding android:requestLegacyExternalStorage="true" to manifest (application level) "fixes" the issue. Currently directory.listFiles() returns an empty list on Android 10 and above because of the scoped storage enforcement. I don't know if...
I'm not sure it is possible as Android does not support SVGs natively. I will investigate further as soon as I will finish the work on mpgo. 👍🏻
Infatti, terza dose != dose booster
I'm not sure if this is the issue, but You're first setting linear layout manager here: `binding.rcvAllArtistes.layoutManager = LinearLayoutManager(context)` then You are attempting to start the scrolling from another linearLayoutManager,...
You can theme indicator's text as follows: ``` In your base theme: @style/FastScrollerTheme Define FastScrollerTheme: @color/your_color; @style/FastScrollerTextStyle bold ... ``` I'm personally extending TextAppearance.Material.* theme so I don't have to...