constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way

Results 113 constraintlayout issues
Sort by recently updated
recently updated
newest added

I have an activity with two frgment that both activities show a recyclerview containing MaterialCardView. in cardViews i use constraintLayout as root element and using layout_constraintHorizontal_bias for some views. [Note...

bug

Hi folks! First of all, thanks for your awesome contribution 🙌 I found what i think is an issue: In Flow with wrapMode=chain if I set maxElementsWrap=2 and all elements...

bug

I have following Layout includes MotionLayout : When I rotate the device, ViewPager2 items does not scroll as expected. I tried to present the expected behaviour here : https://drive.google.com/file/d/16Gw9ld8XLr42IYPkx2fAWfttpQ16eiLM/view?usp=sharing I...

bug

I am using a RecyclerView inside a ViewPager which is inside a MotionLayout ( fragment_detail ): ``` ``` And here is RecyclerView which I use in ViewPager2 ( fragment_credit )...

bug

### Steps to Reproduce: 1. [Run ValidationTool](desktop/ValidationTool) 2. Connect to emulator 3. Click on `check_399` ### Expected: See the rendering within the ValidationTool ![Screen Shot 2021-01-24 at 10 12 45...

bug

Version: 2.0.4 Children with `wrap_content` don't fit inside the Flow when Flow's size doesn't match with parent ConstraintLayout. The Flow itself has correct size and position. Looks like max size...

enhancement

Currently size depends on real parent's size i.e. ConstraintLayout. Sometimes it's useful to calculate size depending on virtualLayout's size e.g. flow. Also would be nice to have some adjustments for...

enhancement

Add option to create a staggered grid using flow in constraint layout

enhancement

When views orders are like these and all are optional. View1 (10dp margin between 1-2) View2 (20dp margin between 2-3) View3 If I set view3's layout_marginTop=20dp and layout_goneMarginTop=10dp(if view2 is...

enhancement

I updated to the latest version but faces some weird behaviour in toolbar as shown in image below ![image](https://user-images.githubusercontent.com/50394351/105991327-a6ea5480-60c9-11eb-802d-0fc469b51c4d.png)

bug