Is it possible to scroll a ScrollView with a ConstraintLayout in Blueprint Mode?

前端 未结 6 1677
难免孤独
难免孤独 2021-01-17 11:35

So I have been developing this layout using a ConstraintLayout inside a ScrollView. It works fine, but now I have hit a problem. I have to expand the layout outside the scre

相关标签:
6条回答
  • 2021-01-17 11:57

    In latest android studio 2.2.2 version with constraint-layout:1.0.0-beta1 you can scroll blueprint

    for better working, after updating constraint-layout please restart android studio (invalidate caches)

    0 讨论(0)
  • 2021-01-17 12:12

    Put the Scroll view outside of the Constraint layout. Then use this [Red mark] to drag the view and it will make a custom device editor to you. When you have done, change back to the device editor [Beside rotation icon]...

    0 讨论(0)
  • 2021-01-17 12:13

    As of ConstraintLayout 1.0.1 scrolling scrolls the constraints. Meaning it is possible to scroll a ConstraintLayout in blueprint mode and it functions as expected. It works at Android Studio 2.3.2 and up (I haven't older versions).

    Now when scrolling, both the visible view, the border, and constraints move along with the drawn button.

    0 讨论(0)
  • 2021-01-17 12:15

    Not yet.

    Maybe try to have a separate file to edit the content instead, and use an include in the file where you have the ScrollView?

    0 讨论(0)
  • 2021-01-17 12:19

    In android studio 2.2 update, it includes scrolling in design and blueprint mode by default. click on design mode in the preview pane and try to scroll your screen it will start scrolling. There is another option of blueprint in that mode it shows you the blueprint of the design and by doing same for this will help you scroll in blueprint mode also.

    0 讨论(0)
  • 2021-01-17 12:22

    beta1 version has been released. I doubt this is fixed, but check it out.

    You can ask for a bugfix for this here: http://tools.android.com/feedback

    PS: you are trying to scroll using the mouse scroll wheel, right? hehe just checking... I say that because just recently I figured out I could scroll in the design mode using the mouse wheel.. duhh haha. I never tried in blueprint mode though.

    0 讨论(0)
提交回复
热议问题