06-29-2012, 04:39 PM
Making the album -artist under the song titles is something I've been considering making optional. It seems like it would be a really easy thing to make optional right? It actually requires me managing two completely different data adapters which are populated in different ways. Android made their listviews extremely flexible in their presentation and content, which means they are very complex beasts when it comes to implementation. This I can manage though.
As for the layout of the rest of the screen, I can probably add some options in the future to hide the buttons at the bottom that you don't use, but I really don't see the value in this, as it would just leave empty space. Changing the layout at the top to be flexible is more complex, and not really something I want to tackle. The amount of room saved would not be worth the amount of work it would take to implement.
As for the layout of the rest of the screen, I can probably add some options in the future to hide the buttons at the bottom that you don't use, but I really don't see the value in this, as it would just leave empty space. Changing the layout at the top to be flexible is more complex, and not really something I want to tackle. The amount of room saved would not be worth the amount of work it would take to implement.