Skip to content

issues Search Results · repo:androidx/constraintlayout language:Java

Filter by

210 results
 (187 ms)

210 results

inandroidx/constraintlayout (press backspace or delete to remove)

Hi. Please make it KMP so it could be used in compose multiplatform.
enhancement
  • Monabr
  • Opened 
    on Dec 25, 2024
  • #865

When I drag the carousel slowly, view3 may stay in the center instead of view2. This issue seems to go away if I call setImageResource() in the populate method. https://github.com/user-attachments/assets/a9bdcaf9-03fd-46fd-9ec0-a124bd538ef5 ...
bug
  • Yurines201
  • Opened 
    on Nov 7, 2024
  • #864

public void setContentId(int id) { if (mContentId == id) { return; } if (mContent != null) { mContent.setVisibility(VISIBLE); // ???---------------- Why VISIBLE??? ----------------------------- ...
enhancement
  • qhyuan
  • Opened 
    on Nov 6, 2024
  • #863

When rememberSaveable is used to retain the progress of the MotionLayout and state restoration happens, customColor and every other custom* method of the MotionLayoutScope always returns the initial value ...
bug
  • mars885
  • Opened 
    on Oct 24, 2024
  • #862

When using ConstraintSet.clone to clone an existing ConstraintSet, its properties are cloned, but custom constraints aren t, whereas other copy methods like readFallback do copy custom attributes. Is there ...
bug
  • bishiboosh
  • 1
  • Opened 
    on Oct 11, 2024
  • #861

The documentation available in https://github.com/androidx/constraintlayout/wiki/What%27s-New-in-2.1#constraintoverride has information missing, specifically the sentence ends with the information missing: ...
bug
  • ParticleCore
  • Opened 
    on Aug 15, 2024
  • #860

- When scrolling occurs in a ConstrainLayout that contains both a flow and a PageView, scrolling occurs even though there is no change in text size. - We apologise for not being able to attach ...
bug
  • jwson-automation
  • Opened 
    on Aug 2, 2024
  • #859

Case: Flow do not work in RTL layout when MaxElementsWrap ReferencedIds.length Using: constraintlayout version 2.1.4 Layout: androidx.constraintlayout.helper.widget.Flow android:layout_width= ...
bug
  • KingRegulus
  • Opened 
    on Jul 26, 2024
  • #858

Using constraint layout compose version 1.1.0-alpha13 with compose BOM version 2024.06.00, after setting up horizontal chain then the elements in the chain sequence does not flip in RTL layout. Here is ...
bug
  • ericksli
  • Opened 
    on Jul 11, 2024
  • #857

Case: MotionLayout with RecyclerView child. Transition has OnSwipe TouchResponse without TouchAnchorId (whole MotionLayout area): Transition android:id= @+id/transition motion:constraintSetStart= ...
bug
  • vkomysh-vicman
  • Opened 
    on May 31, 2024
  • #856
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub