View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0015723 | MMA | General | public | 2019-06-05 22:46 | 2019-11-11 11:09 |
Reporter | peke | Assigned To | |||
Priority | high | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Target Version | 1.3.5 | ||||
Summary | 0015723: Widgets: Not all widgets are available, dynamically resizable and downsizable do not work | ||||
Description | 1. Not All Widgets are dynamically resizable vertically (eg all ?x1 and ?x2 excluding 1x1 as it is not resizable at all and 2x2/4x4 that are resizable vertically) 2. 4x4 (2x2) Is resizable both vertically and horizontally, but 4x4 widget can't be downsized to 2x2, or 2x2 when resized to 4x4 contain all info as user would have if added 4x4 widget. 3. Moto X4 (Pie) do not have available 5x? widgets even screen grid is 5x5 | ||||
Tags | No tags attached. | ||||
Fixed in build | |||||
|
Can you clarify? 1. 1*X widgets are generally not resizable in height?! 2. The 4x4 widget _is_ resizable (isn't this dependent on the launcher being used)? 3. Is there a 5x5 widget for all other players (i.e. is this a deficiency or are you asking for a new feature)? |
|
Each widget has minWidth and minHeight which depends on elements in the layout. The size classification 4x4 or 5x5 is affected by launcher. So same widget on one phone can be represented as 4x4 and on other as 5x5 1) Tiny 2x1 no resizable 2) Medium 2x2 resizeMode="horizontal|vertical" 3) Compat 5x1 resizeMode="horizontal" 4) Full 4x2(5x2) resizeMode="horizontal" 5) Full 4x4(5x5) resizeMode="horizontal|vertical" Each widget is resizeable only in dimension witch makes sense (according to elements in layout). |