View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009252 | MMA | Playback | public | 2012-03-28 22:24 | 2012-09-11 01:28 |
Reporter | rusty | Assigned To | |||
Priority | urgent | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Fixed in Version | 1.0.1 | ||||
Summary | 0009252: Now Playing Album View is cut by stars and seek bar | ||||
Description | The Album Art image is cut off at the top and bottom which looks kind of strange. Possible alternatives: - superimpose the ratings/seekbar on the image - use the extra space on the view so that the full image is displayed (I don't see the point of the two different modes of the Now Playing Album Art view--at least on my phone--there's just a lot of empty space below the track metadata). | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | |||||
|
I put this controls there because it's not so often used functions and there is a necessity to conserve the space. I saw this approach in one version of Android stock player. Unfortunately, there isn't so much space on many phones. I made to some testing to determine how it is displayd on different phones. Some phones offers sufficient amount of space but some phones are facing the opposite problem (see attached pictures). According to current state (http://developer.android.com/resources/dashboard/screens.html): - 66.3% - WVGA800 - 18.5% - HVGA - 1.7% - QVGA I suggest to add this thinks to make it more comfortable: 1. Design new more compact layout for small screens - HVGA and QVGA 2. Slightly modify layout on screens where current layout approximately fits fine (WQVGA400 and WVGA800): - hide the bars after some short period of time. They are hiding now on click only. - when seekbar is hidden, show under the album art small thin progress bar, which is not seekable but shows the progress. 3. Use extra space for placing rating and seekbar on large phones And I can also send this images to Matej to let him think about different layouts for the problematic resolutions. |
|
Ok, sounds good to me. |
|
I implemented auto hiding and seekbar for WQVGA400 and WVGA800 and sended request to Matej. |
|
I implemented a horizontal layout with new working album art widget. Horizontal view is still not finished. Still not able to create a widget with required behaviour. |
|
Implemented case 1 and 2 |
|
Implemented last state when seekbar is displayed under the album art when there is enough space for it. |
|
Verified 27. |