View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0010486 | MMA | General | public | 2013-02-06 11:15 | 2015-02-17 09:02 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | LG Optimus L5 (LG-E610) | OS | Android | OS Version | 4.0.3 |
Product Version | 1.0.1 | ||||
Target Version | 1.1.0 | Fixed in Version | 1.1.0 | ||
Summary | 0010486: UI Issues on Low Res Screens | ||||
Description | While testing I have noticed some UI issues on LOW res displays when in Landscape mode. 1. Stars are not shown correctly 2. Widget text is not shown correctly | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fixed in build | 396 | ||||
|
Peke, please retest with build 119 where widgets are updated. |
|
Even Album Art is Truncated in 154 and not zoomed to Aspect Ratio it shows first two lines correctly, which makes widget satisfying. Attached picture. |
|
Peke, please attach details of the device (mainly screen resolution) so that it could be reproduced. |
|
Here is phone spec http://www.gsmarena.com/lg_optimus_l5_e610-4571.php Res 320x480 I Use Go Launcher EX and Screen grid is Set to 4x5 where Native Launcher have 4x4 Portrait Works Ok, But Landscape looks like in above picture. |
|
Note to devs: in 2013/14, 294 devices with such low resolution screens were released! |
|
Fixed in build 396 Fixed now playing views - better handling of low res screens. Btw. currently there are less than 5% of devices with small screens. |
|
Widgets: All our widgets have set it's minimum dimensions. But there are launchers that do not respect it and allow resizing to any size. You can try it with any widget that it cannot adapt completely. Generally it is not possible to completely control the size of components of widget because it is a RemoteView and it doesn't support custom programmatically changeable components (as in app UI). In Your case, there is a problem in number of rows and columns in your launcher. You have 4x4 but the desktop is not a square. You should adjust it. But this is one of reasons why most launchers do not have screen rotation by default. We can add new universal widget (e.g. to 1.2) that will contain all our widgets and it's layout will change with it's size. This is quite common now but it is supported since Android 3.1. |
|
Fixed in build 396 |