rcd27
07/01/2021, 1:23 PMColumn
, there are some elements in it, but I need the last one to be at the bottom of the screen. Weights working bad (good on preview, but collapses button on device):
Any ideas, guys?Cedrick Cooke
07/01/2021, 7:17 PMfillMaxHeight
on the spacer. Instead use weight(1f, fill = true)
rcd27
07/02/2021, 7:22 AMwheight
from button, change to
.weight(1f, fill = true)
in Spacer