Dmitry Strekha
03/22/2022, 5:10 PMItemDecoration#getItemOffsets
I tried Modifier#offset
, but seems it affects only the item on which the modifier was applied, so items below do not shiftRobert Menke
03/22/2022, 5:20 PMmyanmarking
03/22/2022, 7:47 PMDmitry Strekha
03/23/2022, 5:51 PMverticalArrangement = spacedBy
, but all items now overlap. What I need is to shift some specific items.
I think I'll use offset modifier for now, even though result isn't idealZach Klippenstein (he/him) [MOD]
03/23/2022, 5:59 PMmyanmarking
03/23/2022, 9:55 PMZach Klippenstein (he/him) [MOD]
03/23/2022, 10:44 PMFabio Grumiro
11/04/2024, 2:12 PM