View Issue Details

IDProjectCategoryView StatusLast Update
0015723MMAGeneralpublic2019-11-11 11:09
Reporterpeke Assigned To 
PriorityhighSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Target Version1.3.5 
Summary0015723: Widgets: Not all widgets are available, dynamically resizable and downsizable do not work
Description1. 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
TagsNo tags attached.
Fixed in build

Relationships

related to 0015655 closedmartin The Android widget consumes two units of height on some devices 
related to 0015654 resolvedlowlander 4x1 widget shows as 5x2 widget on certain devices 

Activities

rusty

2019-06-06 17:43

administrator   ~0053750

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)?

martin

2019-11-11 11:09

developer   ~0055293

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).