You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this library to adapt a tablet layout that is split in 2 sections. It is now a ConstraintLayout, divided by a vertical guideline.
On phone I'd like to have the left section in the start panel and the right section in the center panel. I'd like to use Overlapping Panels on the tablet layout too, replacing the ContraintLayout+Guideline and locking the start panel open, without the center panel going offscreen (basically, adapt its width to width of screen - start panel width). It should also avoid the alpha thing on the center panel.
Is this currently possible?
The text was updated successfully, but these errors were encountered:
I'm using this library to adapt a tablet layout that is split in 2 sections. It is now a ConstraintLayout, divided by a vertical guideline.
On phone I'd like to have the left section in the start panel and the right section in the center panel. I'd like to use Overlapping Panels on the tablet layout too, replacing the ContraintLayout+Guideline and locking the start panel open, without the center panel going offscreen (basically, adapt its width to
width of screen - start panel width
). It should also avoid the alpha thing on the center panel.Is this currently possible?
The text was updated successfully, but these errors were encountered: