androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.06k stars 177 forks source link

[Layer] androidx.constraintlayout.helper.widget.Layer , android:foreground no effect on API levels lower than 23 #712

Open 309152665 opened 1 year ago

309152665 commented 1 year ago
image

FrameLayout can support android:foreground on lower api (api 22), other View (such as TextView , ConstraintLayout) don't support , androidx.constraintlayout.helper.widget.Layer is powerful , i hope it can support android:foreground , thanks !~